Page title update.
This commit is contained in:
parent
b4eb17695b
commit
f2b67fc2d6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<head>
|
||||
<meta charset="{{ site.charset }}">
|
||||
<meta name="author" content="{{ site.org }}">
|
||||
<title>{{ site.url_short }}:{{ page.url }}</title>
|
||||
<title>{{ site.url_short }}:{{ page.url }} - {{ site.subtitle }}</title>
|
||||
<meta name="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
|
||||
{% if page.tags %}<meta name="keywords" content="{{ site.keywords | join: ',' }},{{ page.tags | join: ',' }}">{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
|
|
|||
|
|
@ -37,6 +37,6 @@ tags:
|
|||
<h3>Cons</h3>
|
||||
|
||||
<ul>
|
||||
<li>?</li>
|
||||
<li>Requires JavaScript</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue