6 <meta name="viewport" content="width=device-width">
8 <title>{{ page.title }}{% if page.subtitle %} - {{ page.subtitle }}{% endif %}</title>
9 {% if page.excerpt %}<meta name="description" content="{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}">{% endif %}
11 <link rel="stylesheet" href="/style.css">
12 {% capture canonicalurl %}{{ page.url | replace:'index.html','' }}{% endcapture %}
13 <link rel="canonical" href="{{ canonicalurl | prepend: site.url }}">
14 {% if page.rss %}<link rel="alternate" type="application/rss+xml" title="{{ site.blog.title }}" href="/blog/feed.xml" />{% endif %}
18 <body><div id="-frame">
21 <h1>{{ page.title }}</h1>
25 {% assign menu = site.pages | menu: page.url %}
26 {% include menu-level.html menu=menu %}
29 <article id="-content">