Skip to content

Commit 043130c

Browse files
committed
FIX use name vars for footer too
1 parent cec9abe commit 043130c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% if site.footer_fixed %}
22
<footer class="fixed-bottom">
33
<div class="container mt-0">
4-
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.title }}.
4+
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}.
55
{{ site.footer_text }}
66
{% if site.last_updated %}
77
Last updated: {{ "now" | date: '%B %d, %Y' }}.
@@ -11,7 +11,7 @@
1111
{% else %}
1212
<footer class="sticky-bottom mt-5">
1313
<div class="container">
14-
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.title }}.
14+
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}.
1515
{{ site.footer_text }}
1616
{% if site.last_updated %}
1717
Last updated: {{ "now" | date: '%B %d, %Y' }}.

0 commit comments

Comments
 (0)