2022-06-08 11:15:38 +03:00
|
|
|
<!-- The Footer -->
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2022-09-28 12:21:32 +03:00
|
|
|
<footer>
|
2023-04-10 05:54:27 +03:00
|
|
|
<div class="container px-lg-4">
|
|
|
|
<div class="d-flex justify-content-center align-items-center text-muted mx-md-3">
|
2023-04-02 07:10:08 +03:00
|
|
|
<p>
|
|
|
|
{%- capture _platform -%}
|
2021-07-20 20:01:09 +03:00
|
|
|
<a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a>
|
2023-04-02 07:10:08 +03:00
|
|
|
{%- endcapture -%}
|
2021-07-20 20:01:09 +03:00
|
|
|
|
2023-04-02 07:10:08 +03:00
|
|
|
{%- capture _theme -%}
|
2021-07-20 20:01:09 +03:00
|
|
|
<a href="https://github.com/cotes2020/jekyll-theme-chirpy" target="_blank" rel="noopener">Chirpy</a>
|
2023-04-02 07:10:08 +03:00
|
|
|
{%- endcapture -%}
|
|
|
|
|
|
|
|
{{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }}
|
|
|
|
</p>
|
2021-07-20 20:01:09 +03:00
|
|
|
|
2023-04-02 07:10:08 +03:00
|
|
|
<p>
|
|
|
|
{{- '©' }}
|
|
|
|
{{ 'now' | date: '%Y' }}
|
|
|
|
<a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
|
|
|
|
{% if site.data.locales[include.lang].copyright.brief %}
|
|
|
|
<span
|
2023-04-10 05:54:27 +03:00
|
|
|
data-bs-toggle="tooltip"
|
|
|
|
data-bs-placement="top"
|
2023-04-02 07:10:08 +03:00
|
|
|
title="{{ site.data.locales[include.lang].copyright.verbose }}"
|
|
|
|
>
|
|
|
|
{{- site.data.locales[include.lang].copyright.brief -}}
|
|
|
|
</span>
|
|
|
|
{% endif %}
|
|
|
|
</p>
|
2019-09-30 15:38:41 +03:00
|
|
|
</div>
|
2022-06-08 11:15:38 +03:00
|
|
|
</div>
|
2019-09-30 15:38:41 +03:00
|
|
|
</footer>
|