rice + footer: Changes.

This commit is contained in:
William Floyd 2018-06-18 13:22:57 -04:00
parent 4c54981fca
commit 823c16fd88
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9
2 changed files with 16 additions and 1 deletions

View file

@ -1,7 +1,7 @@
--- ---
author: "William Floyd" author: "William Floyd"
date: 2018-06-18 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. 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.

View 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>