Skip to content

Commit

Permalink
Merge pull request #37 from chaos-jetzt/mastodon-verifiedlink
Browse files Browse the repository at this point in the history
feat: Add rel=me tag to have a verified link on Mastodon
  • Loading branch information
scammo authored Aug 25, 2023
2 parents fe1254e + 578d4f3 commit 8907c5f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,11 @@


MENUITEMS = (('FAQ', '/pages/faq.html'),
('wiki', 'https://wiki.chaos.jetzt" target="_blank'),
('Code of Conduct', '/pages/coc.html'),
('mastodon', 'https://chaos.social/@jetzt" target="_blank'),
('wiki', 'https://wiki.chaos.jetzt" target="_blank"'),
('Code of Conduct', '/pages/coc.html"'),
('mastodon', 'https://chaos.social/@jetzt" target="_blank" rel="me"'),
)

LINKS = (
('mastodon', 'https://chaos.social/@jetzt'),
#('Code of Conduct', 'https://md.ctfl.space/s/chaos.jetzt-coc')
)


CC_LICENSE = {
'name': 'Creative Commons Attribution-ShareAlike',
'version': '4.0',
Expand Down

0 comments on commit 8907c5f

Please sign in to comment.