fix mastodon link
This commit is contained in:
parent
a34145b912
commit
0154015497
2 changed files with 46 additions and 45 deletions
|
@ -70,4 +70,4 @@ github = "cyplo"
|
||||||
gitlab = "cyplo"
|
gitlab = "cyplo"
|
||||||
twitter = "cyplo"
|
twitter = "cyplo"
|
||||||
linkedin = "cyplo"
|
linkedin = "cyplo"
|
||||||
mastodon = "todon.nl/@cyplo"
|
mastodon = "peninsula.industries/@cyplo"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{ if eq .Type "page" }}
|
{{ if eq .Type "page" }}
|
||||||
{{ partial "page_meta.html" . }}
|
{{ partial "page_meta.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<footer>
|
<footer>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
{{ range .Site.Data.beautifulhugo.social.social_icons }}
|
{{ range .Site.Data.beautifulhugo.social.social_icons }}
|
||||||
{{- if isset $.Site.Author .id }}
|
{{- if isset $.Site.Author .id }}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}">
|
<a {{ if .rel }}rel="{{ .rel }}"{{- end -}} href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}">
|
||||||
<span class="fa-stack fa-lg">
|
<span class="fa-stack fa-lg">
|
||||||
<i class="fas fa-circle fa-stack-2x"></i>
|
<i class="fas fa-circle fa-stack-2x"></i>
|
||||||
<i class="{{ .icon }} fa-stack-1x fa-inverse"></i>
|
<i class="{{ .icon }} fa-stack-1x fa-inverse"></i>
|
||||||
|
@ -59,6 +59,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="{{ "js/katex.min.js" | absURL }}"></script>
|
<script src="{{ "js/katex.min.js" | absURL }}"></script>
|
||||||
|
|
Loading…
Reference in a new issue