Changement validation profil

This commit is contained in:
Gabriel
2025-01-13 10:37:03 +01:00
parent cd7bdb1098
commit 901f2253fc
2 changed files with 2 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ enableRobotsTXT = true
# You can use this to inject any HTML in the <head> tag.
# Ideal usecase for this is to import custom js/css or add your analytics snippet
customHeadHTML = '''
<a rel="me" href="https://mastodon.social/@ozk">Mastodon</a>
<link rel="stylesheet" type="text/css" href="/css/ozk.css">
'''
@@ -81,6 +82,6 @@ enableRobotsTXT = true
footer = "OzK"
socialIcons = [
{name = "mastodon", url = "https://mastodon.social/@ozk", rel = "me"},
{name = "mastodon", url = "https://mastodon.social/@ozk"},
{name = "mail", url = "mailto:pot.punkuezrevo@overzeuknup.top"},
]