FIX use name vars for footer too
This commit is contained in:
parent
cec9abe2cd
commit
043130c7f4
|
|
@ -1,7 +1,7 @@
|
||||||
{% if site.footer_fixed %}
|
{% if site.footer_fixed %}
|
||||||
<footer class="fixed-bottom">
|
<footer class="fixed-bottom">
|
||||||
<div class="container mt-0">
|
<div class="container mt-0">
|
||||||
© Copyright {{ site.time | date: '%Y' }} {{ site.title }}.
|
© Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}.
|
||||||
{{ site.footer_text }}
|
{{ site.footer_text }}
|
||||||
{% if site.last_updated %}
|
{% if site.last_updated %}
|
||||||
Last updated: {{ "now" | date: '%B %d, %Y' }}.
|
Last updated: {{ "now" | date: '%B %d, %Y' }}.
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<footer class="sticky-bottom mt-5">
|
<footer class="sticky-bottom mt-5">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
© Copyright {{ site.time | date: '%Y' }} {{ site.title }}.
|
© Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}.
|
||||||
{{ site.footer_text }}
|
{{ site.footer_text }}
|
||||||
{% if site.last_updated %}
|
{% if site.last_updated %}
|
||||||
Last updated: {{ "now" | date: '%B %d, %Y' }}.
|
Last updated: {{ "now" | date: '%B %d, %Y' }}.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue