feat: Mastodon verification using comments server and username

This commit is contained in:
daudix-UFO
2023-10-14 03:49:02 +00:00
parent fa8c3fac16
commit 32727be002

View File

@ -12,6 +12,7 @@
<link rel="icon" type="image/gif" href="{{ config.base_url }}/favicon.gif" />
<link rel="icon" type="image/png" href="{{ config.base_url }}/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ config.base_url }}/apple-touch-icon.png" />
<link rel="me" href="https://{{ config.extra.comments.host }}/@{{ config.extra.comments.user }}" />
<!-- Open Graph -->
<meta property="og:title" content="{{ config.title }}" />