Skip to content

Commit 3b0912e

Browse files
committed
fix: use site.title instead of site.name
1 parent 0a582f1 commit 3b0912e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Zeal"
1+
title: "Zeal"
22
description: "Offline Documentation Browser"
33

44
url: "https://zealdocs.org"

Diff for: _includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<meta charset="utf-8">
2-
<title>{% if page.title %}{{ page.title }} · {% endif %}{{ site.name }}{% if page.slug == "home" %} - {{ site.description }}{% endif %}</title>
2+
<title>{% if page.title %}{{ page.title }} · {% endif %}{{ site.title }}{% if page.slug == "home" %} - {{ site.description }}{% endif %}</title>
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">

0 commit comments

Comments
 (0)