aboutsummaryrefslogtreecommitdiff
path: root/templates/html_footer.html
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2018-08-17 22:30:27 -0600
committerKenny Ballou <kballou@devnulllabs.io>2018-08-19 08:11:29 -0600
commitc818f2b61c75195cf7adb542dd443e37feea7b59 (patch)
tree6f7c89e834e1973209187abd668eaa360cb367a6 /templates/html_footer.html
parent28da2aee6b587e751d1ee60d9da80d9c9f200181 (diff)
downloadblog.kennyballou.com-c818f2b61c75195cf7adb542dd443e37feea7b59.tar.gz
blog.kennyballou.com-c818f2b61c75195cf7adb542dd443e37feea7b59.tar.xz
Convert to Org-mode and Pandoc
Create some fairly straight-forward conversion scripts to generate a static site from Emacs Org-mode files using Pandoc to generate HTML files.
Diffstat (limited to 'templates/html_footer.html')
-rw-r--r--templates/html_footer.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/html_footer.html b/templates/html_footer.html
new file mode 100644
index 0000000..9a99467
--- /dev/null
+++ b/templates/html_footer.html
@@ -0,0 +1,14 @@
+<footer>
+ <div id="footer">
+ <div class="colleft">
+ <p>&copy; 2015-2018 Kenny Ballou.
+ <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Some rights
+ reserved.</a></p>
+ </div>
+ <div class="colright">
+ <p>Powered by <a href="https://gnu.org">GNU/Linux</a></p>
+ </div>
+ </div>
+</footer>
+</body>
+</html>