Skip to content

Commit

Permalink
Update footer.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
Armandavarii authored Feb 4, 2024
1 parent e95194a commit 9d91df9
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions _includes/footer.liquid
Original file line number Diff line number Diff line change
@@ -1,31 +1 @@
{% if site.footer_fixed %}
<footer class="fixed-bottom" role="contentinfo">
<div class="container mt-0">
&copy; Copyright {{ site.time | date: '%Y' }}
{{ site.first_name }}
{{ site.middle_name }}
{{ site.last_name }}. {{ site.footer_text }}
{% if site.impressum_path %}
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{% endif %}
{% if site.last_updated %}
Last updated: {{ 'now' | date: '%B %d, %Y' }}.
{% endif %}
</div>
</footer>
{% else %}
<footer class="sticky-bottom mt-5" role="contentinfo">
<div class="container">
&copy; Copyright {{ site.time | date: '%Y' }}
{{ site.first_name }}
{{ site.middle_name }}
{{ site.last_name }}. {{ site.footer_text }}
{% if site.impressum_path %}
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{% endif %}
{% if site.last_updated %}
Last updated: {{ 'now' | date: '%B %d, %Y' }}.
{% endif %}
</div>
</footer>
{% endif %}

0 comments on commit 9d91df9

Please sign in to comment.