summaryrefslogtreecommitdiffstats
path: root/templates_html/macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates_html/macros.html')
-rw-r--r--templates_html/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates_html/macros.html b/templates_html/macros.html
index 3922659..c1f54d1 100644
--- a/templates_html/macros.html
+++ b/templates_html/macros.html
@@ -29,7 +29,7 @@
{% macro page_h1(page) %}
<h1>
- {{ page.title }}<br />
+ <span class="p-name">{{ page.title }}</span><br />
{% if page.date %}
<small>({{ page.date }})</small>
{% endif %}