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:
parent
6d6d37d6f7
commit
420088066a
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue