Add link to my Mastodon account

This link has the ‘rel’ attribute of ‘me’ so that Mastodon can verify that it's
my personal website.
This commit is contained in:
Tom Willemse 2022-03-20 01:36:00 -07:00
parent 6d6d37d6f7
commit 420088066a

View file

@ -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"