Improve timestamp format and add it to the head
It gets erased if html minification is enabled tho
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<footer id="site-footer">
|
<footer id="site-footer">
|
||||||
{% if config.extra.footer.show_copyright %}
|
{% if config.extra.footer.show_copyright %}
|
||||||
<p title="Last built at {{ now() | date(format='%F %R %Z') }}">© {{ config.title }}, {{ now() | date(format="%Y") }}</p>
|
<p title="Last built at {{ now() | date(format='%F %a %R') }}">© {{ config.title }}, {{ now() | date(format="%Y") }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if config.extra.footer.show_source %}
|
{% if config.extra.footer.show_source %}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<head>
|
<head>
|
||||||
|
<!-- {{ now() | date(format='%F %a %R') }} -->
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="description" content="{{ config.description }}" />
|
<meta name="description" content="{{ config.description }}" />
|
||||||
|
Reference in New Issue
Block a user