Updated page title to include site description
This commit is contained in:
parent
1a806a00f2
commit
4fd6328c2e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="description" content="{{ page.description }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ page.title }}</title>
|
||||
<title>{% if (page.url == '/') and (site.description) %}{{ site.description }}{% else %}{{ page.title }}{% endif %} | {{ site.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{% block content_wrapper %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue