Properly link mastodon profile
This commit is contained in:
parent
ccdffd6c65
commit
d8bee2acc2
3 changed files with 5 additions and 1 deletions
|
|
@ -4,6 +4,9 @@ title = "Home"
|
|||
copyright = "Jan Sebastian Götte"
|
||||
theme = "conspiracy"
|
||||
|
||||
[params]
|
||||
fediverse_account = "@jaseg@chaos.social"
|
||||
|
||||
[taxonomies]
|
||||
category = "Categories"
|
||||
blog = "Posts"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<meta name="fediverse:creator" content="{{ site.Params.fediverse_account }}">
|
||||
|
||||
{{- $stylesheet := resources.Get "css/style.css" | resources.ExecuteAsTemplate "style.css" . }}
|
||||
<link rel="stylesheet" href="{{ $stylesheet.RelPermalink }}">
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
<div class="external">
|
||||
{{- range site.Params.profile_links }}
|
||||
<a href="{{ .url | absURL }}" title="{{ .name }}">{{ .name }}</a>
|
||||
<a rel="me" href="{{ .url | absURL }}" title="{{ .name }}">{{ .name }}</a>
|
||||
{{- end }}
|
||||
</span>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue