Changement validation profil
This commit is contained in:
@@ -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"},
|
||||
]
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{{ range .Site.Params.socialIcons }}
|
||||
<a href="{{ .url }}" rel="{{ with .rel }}{{ . }}{{ else }}noopener{{ end }}">
|
||||
<span class="icon">{{ .name }}</span>
|
||||
</a>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user