Skip to content

Commit 2f16533

Browse files
committed
Added Copyright Year Back (Part 2)
1 parent c12f263 commit 2f16533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{%- else -%}
1919
<footer class="sticky-bottom mt-5">
2020
<div class="container">
21-
&copy; Copyright {{ name_components | split:' ' | join:' ' }}. {% t main.footer_text %}
21+
&copy; Copyright {{ site.time | date: '%Y' }} {{ name_components | split:' ' | join:' ' }}. {% t main.footer_text %}
2222
{%- if site.impressum_path -%}
2323
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
2424
{%- endif -%}

0 commit comments

Comments
 (0)