aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 57601cc..4183e08 100644
--- a/publish.el
+++ b/publish.el
@@ -76,7 +76,11 @@
(or "posts/"
(and "README.org" string-end)))
:publishing-function org-html-publish-to-html
- :html-head "<link rel=\"stylesheet\" href=\"/assets/css/main.css\" type=\"text/css\"/>")
+ :html-head "<link rel=\"stylesheet\" href=\"/assets/css/main.css\" type=\"text/css\"/>"
+ :html-postamble t
+ :html-postamble-format (("en" "<p class=\"social social-mastodon\">Find me on <a href=\"https://fosstodon.org/web/@ryuslash\" rel=\"me\">Mastodon</a></p>
+<p class=\"date\">Date: %C</p>
+<p class=\"creator\">%c</p>")))
("posts"
:base-directory "posts/"
:base-extension "org"