diff options
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r-- | templates/layouts/page.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 234e50e..f26c4bc 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -6,11 +6,12 @@ | |||
6 | itemid="$url.full$" | 6 | itemid="$url.full$" |
7 | > | 7 | > |
8 | <article class="h-entry"> | 8 | <article class="h-entry"> |
9 | 9 | $if(show_date)$ | |
10 | $if(last_update)$ | 10 | $if(last_update)$ |
11 | <time datetime="$last_update.yyyy_mm_dd$" class="o-badge u-mb-125 dt-updated" itemprop="dateModified"> | 11 | <time datetime="$last_update.yyyy_mm_dd$" class="o-badge u-mb-125 dt-updated" itemprop="dateModified"> |
12 | $last_update.long$ | 12 | $last_update.long$ |
13 | </time> | 13 | </time> |
14 | $endif$ | ||
14 | $endif$ | 15 | $endif$ |
15 | 16 | ||
16 | $if(draft)$ | 17 | $if(draft)$ |