-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathfooter.html
More file actions
25 lines (21 loc) · 846 Bytes
/
footer.html
File metadata and controls
25 lines (21 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
<img class="logo-footer" alt="" src="{{ site.url }}/images/elements_logo_no_border.svg" />
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
{%- if site.web_github_link -%}
<li class="footer-links"><a href="{{ site.web_github_link }}">elementsproject.org github</a></li>
{%- endif -%}
{%- if site.elements_github_link -%}
<li class="footer-links"><a href="{{ site.elements_github_link }}">elements github</a></li>
{%- endif -%}
</ul>
</div>
<div class="footer-col footer-col-3">
<p>{{- site.description | escape -}}</p>
</div>
</div>
</div>
</footer>