aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'sleepmap-theme/templates/page.html')
-rw-r--r--sleepmap-theme/templates/page.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/sleepmap-theme/templates/page.html b/sleepmap-theme/templates/page.html
index 9635fb8..b7103d3 100644
--- a/sleepmap-theme/templates/page.html
+++ b/sleepmap-theme/templates/page.html
@@ -1,10 +1,10 @@
{% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock %}
{% block content %}
-<section id="content" class="body">
+<section id="content" class="body">
+ <main class="hentry">
<h1 class="entry-title">{{ page.title }}</h1>
- {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">get
- the pdf</a>{% endif %}
{{ page.content }}
+ </main>
</section>
{% endblock %}