|
|
@ -48,7 +48,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
{% block footer %} |
|
|
|
{% block footer %} |
|
|
|
<span> |
|
|
|
<span> |
|
|
|
|
|
|
|
{% if page.date %} |
|
|
|
|
|
|
|
{{ page.date | date(format='%Y') }} |
|
|
|
|
|
|
|
{% else %} |
|
|
|
{{ now() | date(format='%Y') }} |
|
|
|
{{ now() | date(format='%Y') }} |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% if page.extra.author %} |
|
|
|
{% if page.extra.author %} |
|
|
|
{{ page.extra.author }} |
|
|
|
{{ page.extra.author }} |
|
|
|
{% elif config.extra.author %} |
|
|
|
{% elif config.extra.author %} |
|
|
|