<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
- <title>{{ page.title }}{% if page.subtitle %} - {{ page.subtitle }}{% endif %}</title>
+ <title>{% if page.pretitle %}{{ page.pretitle }} • {% endif %}{{ page.title }}</title>
{% if page.excerpt %}<meta name="description" content="{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}">{% endif %}
<link rel="stylesheet" href="/style.css">
</nav>
<article id="-content">
- <header id="-title">
- <h1>{{ page.title }}</h1>
- </header>
-
{{ content }}
</article>