Skip to content

Commit c914396

Browse files
author
earlaud
committed
Import footer from minima 2.5.1 template to customize it slightly
1 parent 0e040ea commit c914396

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

_includes/footer.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<footer class="site-footer h-card">
2+
<data class="u-url" href="{{ "/" | relative_url }}"></data>
3+
4+
<div class="wrapper">
5+
6+
<!-- <h2 class="footer-heading">{{ site.title | escape }}</h2> -->
7+
8+
<div class="footer-col-wrapper">
9+
<div class="footer-col footer-col-1">
10+
<ul class="contact-list">
11+
<li class="p-name">
12+
{%- if site.author -%}
13+
{{ site.author | escape }}
14+
{%- else -%}
15+
{{ site.title | escape }}
16+
{%- endif -%}
17+
</li>
18+
{%- if site.email -%}
19+
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
20+
{%- endif -%}
21+
</ul>
22+
</div>
23+
24+
<div class="footer-col footer-col-2">
25+
{%- include social.html -%}
26+
</div>
27+
28+
<div class="footer-col footer-col-3">
29+
<p>{{- site.description | escape -}}</p>
30+
</div>
31+
</div>
32+
33+
</div>
34+
35+
</footer>

0 commit comments

Comments
 (0)