summaryrefslogtreecommitdiff
path: root/theme/templates/header.html
blob: 066d71afbacaf2951a2e757f8eb2f788faeb3e22 (plain)
1
2
3
<header id="header">
    <h1><a href="{{ SITEURL }}/index.html">{{ SITENAME }}</a></h1>
</header>
s="cp">{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></h1> {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">get the pdf</a>{% endif %} <section class="page_content"> {{ page.content }} </section> {% endblock %}