Skip to content

Commit

Permalink
Footer USed
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudology committed Oct 13, 2023
1 parent bbf95f7 commit 39babaf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!-- The Footer -->

<footer
aria-label="Site Info"
class="
d-flex flex-column justify-content-center text-muted
flex-lg-row justify-content-lg-between align-items-lg-center pb-lg-3
"
>
<p>
{{ '©' }}
<time>{{ 'now' | date: '%Y' }}</time>
<a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
{% if site.data.locales[include.lang].copyright.brief %}
<span
data-bs-toggle="tooltip"
data-bs-placement="top"
title="{{ site.data.locales[include.lang].copyright.verbose }}"
>
{{- site.data.locales[include.lang].copyright.brief -}}
</span>
{% endif %}
</p>
</footer>

0 comments on commit 39babaf

Please sign in to comment.