rice + footer: Changes.
This commit is contained in:
parent
4c54981fca
commit
823c16fd88
2 changed files with 16 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
author: "William Floyd"
|
||||
date: 2018-06-18
|
||||
title: Smart Rice Cooker Conversion - Part 1
|
||||
title: Smart Rice Cooker Conversion: Part 1
|
||||
---
|
||||
|
||||
The "why" isn't important (read "doesn't exist"), but I want to take a regular old "dumb" rice cooker, and convert it into a "smart" rice cooker.
|
||||
|
|
|
|||
15
layouts/partials/footer.html
Normal file
15
layouts/partials/footer.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<footer class="footer">
|
||||
<ul class="footer-links">
|
||||
<li>
|
||||
<a href="{{ .Site.RSSLink }}" type="application/rss+xml" target="_blank"><i class="fa fa-rss"></i> {{ i18n "footerRSS" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/W-Floyd/blog"><i class="fa fa-github"></i> Code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue