-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathfooter.html
31 lines (25 loc) · 987 Bytes
/
footer.html
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
26
27
28
29
30
31
<div class="edd"></div>
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><a href="{{ "/" | relative_url }}">Library Home</a></li>
<li class="p-name">
<a href="https://easydigitaldownloads.com">Easy Digital Downloads site</a>
</li>
<li>
<a href="https://docs.easydigitaldownloads.com">Documentation</a>
</li>
</ul>
</div>
<div class="footer-col footer-col-2">
{% include social.html %}
</div>
<div class="footer-col footer-col-3">
<p>{{ site.description | escape }}</p>
</div>
</div>
</div>
</footer>