mirror of
https://github.com/BreizhHardware/lefrenchmathproject.git
synced 2026-03-18 21:30:36 +01:00
31 lines
873 B
HTML
31 lines
873 B
HTML
<footer class="site-footer h-card no-toc">
|
|
<data class="u-url" href="{{ "/" | relative_url }}"></data>
|
|
|
|
<div class="wrapper no-toc">
|
|
|
|
<div class="footer-col-wrapper no-toc">
|
|
<div class="footer-col no-toc">
|
|
{%- if site.author %}
|
|
<ul class="contact-list no-toc">
|
|
{% if site.author.name -%}
|
|
<li class="p-name no-toc">{{ site.author.name | escape }}</li>
|
|
{% endif -%}
|
|
{% if site.author.email -%}
|
|
<li><a class="u-email no-toc" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
|
|
{%- endif %}
|
|
</ul>
|
|
{%- endif %}
|
|
</div>
|
|
<div class="footer-col no-toc">
|
|
<p class="no-toc">{{ site.description | escape }}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="social-links no-toc">
|
|
{%- include social.html -%}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|