1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Create initial Jekyll Site

This commit is contained in:
2018-03-11 19:42:19 -05:00
parent f0a34bb273
commit 10f06999ed
22 changed files with 568 additions and 11 deletions

16
_includes/footer.html Normal file
View File

@@ -0,0 +1,16 @@
<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>