We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c470e0 commit c12f263Copy full SHA for c12f263
_includes/footer.html
@@ -6,7 +6,7 @@
6
{% if site.footer_fixed %}
7
<footer class="fixed-bottom">
8
<div class="container mt-0">
9
- © Copyright {{ name_components | split:' ' | join:' ' }}. {% t main.footer_text %}
+ © Copyright {{ site.time | date: '%Y' }} {{ name_components | split:' ' | join:' ' }}. {% t main.footer_text %}
10
{%- if site.impressum_path -%}
11
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
12
{%- endif -%}
0 commit comments