Skip to content

Commit 015e504

Browse files
Update footer.liquid
1 parent 63f46cf commit 015e504

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

_includes/footer.liquid

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1 @@
1-
{# {% capture footer_contents %} #}
2-
© Copyright {{ site.time | date: '%Y' }}
3-
{{ site.first_name }}
4-
{{ site.middle_name }}
5-
{{ site.last_name }}. {{ site.footer_text }}
6-
{% if site.impressum_path %}
7-
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
8-
{% endif %}
9-
{% if site.last_updated %}
10-
Last updated: {{ 'now' | date: '%B %d, %Y' }}.
11-
{% endif %}
12-
{% endcapture %}
131

14-
{% if site.footer_fixed %}
15-
<footer class="fixed-bottom" role="contentinfo">
16-
<div class="container mt-0">
17-
{{ footer_contents }}
18-
</div>
19-
</footer>
20-
{% else %}
21-
<footer class="sticky-bottom mt-5" role="contentinfo">
22-
{% if site.newsletter.enabled %}
23-
{% include newsletter.liquid %}
24-
{% endif %}
25-
26-
<div class="container">
27-
{{ footer_contents }}
28-
</div>
29-
</footer>
30-
{% endif %}

0 commit comments

Comments
 (0)