dupeguru/_includes/footer.html

16 lines
527 B
HTML

<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">
<p>&copy; 2018</p>
</div>
<div class="footer-col footer-col-2">
</div>
<div class="footer-col footer-col-3">
<p>Powered by <a href="https://jekyllrb.com/">Jekyll</a></p>
</div>
</div>
</div>
</footer>