Allow settings custom copyright
This commit is contained in:
@ -35,7 +35,11 @@
|
||||
|
||||
{% if config.extra.footer.show_copyright %}
|
||||
<p title="Last built at {{ now() | date(format='%F %a %R') }}">
|
||||
© {{ config.title }}, {{ now() | date(format="%Y") }}
|
||||
{% if config.extra.footer.copyright %}
|
||||
{{ config.extra.footer.copyright }}
|
||||
{% else %}
|
||||
© {{ config.title }}, {{ now() | date(format="%Y") }}
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user