diff options
Diffstat (limited to 'themes/bear/templates/page.html')
-rw-r--r-- | themes/bear/templates/page.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/bear/templates/page.html b/themes/bear/templates/page.html index 996f229..d91a47f 100644 --- a/themes/bear/templates/page.html +++ b/themes/bear/templates/page.html @@ -7,11 +7,9 @@ <h1>{{ page.title }}</h1> {%- if page.date %} <p> - <i> - <time datetime='{{ page.date | date(format='%+') }}' pubdate> - {{- page.date | date(format=config.extra.date_format) -}} - </time> - </i> + <time datetime='{{ page.date | date(format='%+') }}' pubdate> + {{- page.date | date(format=config.extra.date_format) -}} + </time> </p> {%- endif %} {%- endif %} |