diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T23·57+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T23·57+0100 |
commit | 040c3487805be38e013934fddf17ec86b5bd7a89 (patch) | |
tree | 945d2862fba4bd5baa1e7158eae3d5d8816a538b /postamble.html | |
parent | b4dad1526d7a68ca089a22bf01fffa65abc9c5d9 (diff) |
feat(blog): Configure org-mode's HTML export to match blog theme
This gets elblog close, but not quite there, to my previous blog theme. Comparison screenshot: http://i.imgur.com/UK49Fhi.png
Diffstat (limited to 'postamble.html')
-rw-r--r-- | postamble.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/postamble.html b/postamble.html new file mode 100644 index 000000000000..16a26218a0c0 --- /dev/null +++ b/postamble.html @@ -0,0 +1,9 @@ +<hr> +<footer><p class="footer">Served with <a class="uncoloured-link" href="https://github.com/tazjin/elblog">Emacs</a>.</p> + <p class="footer"> + <a class="uncoloured-link" href="https://twitter.com/tazjin">Twitter</a> + | + <a class="uncoloured-link" href="mailto:blog@tazj.in">Mail</a> + </p> + <p class="lod">ಠ_ಠ</p> +</footer> |