Ajout validation mastodon
This commit is contained in:
@@ -81,6 +81,6 @@ enableRobotsTXT = true
|
||||
footer = "OzK"
|
||||
|
||||
socialIcons = [
|
||||
{name = "mastodon", url = "https://mastodon.social/@ozk"},
|
||||
{name = "mastodon", url = "https://mastodon.social/@ozk", rel = "me"},
|
||||
{name = "mail", url = "mailto:pot.punkuezrevo@overzeuknup.top"},
|
||||
]
|
||||
|
||||
5
layouts/partials/social.html
Normal file
5
layouts/partials/social.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ 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