aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index 61dd22f..e7504f4 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -3,7 +3,7 @@
{% block content %}
<article itemscope itemtype="http://schema.org/BlogPosting">
<header>
- <h1 itemprop="headline">{{ page.title }}</h1>
+ <h1 itemprop="headline"><span class="extra-notes">{{ page.date | date(format="%Y/%m/%d") }} -</span> {{ page.title }}</h1>
</header>
<div itemprop="articleBody">
{{ page.content | safe }}