|
@@ -1,7 +1,7 @@
|
1
|
1
|
<div class="sidebar">
|
2
|
2
|
<div class="container sidebar-sticky">
|
3
|
3
|
<div class="sidebar-about">
|
4
|
|
- <a href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/logo.png" /></a>
|
|
4
|
+ <a href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/logo.png" alt="{{ .Site.Title }} logo" /></a>
|
5
|
5
|
<p class="lead">
|
6
|
6
|
{{ with .Site.Params.description }} {{.}} {{ else }}An elegant open source and mobile first theme for <a href="http://hugo.spf13.com">hugo</a> made by <a href="http://twitter.com/mdo">@mdo</a>. Originally made for Jekyll.{{end}}
|
7
|
7
|
</p>
|
|
@@ -11,6 +11,7 @@
|
11
|
11
|
<li><i class="fas fa-home"></i> <a href="{{ .Site.BaseURL }}">Home</a> </li>
|
12
|
12
|
<li><i class="fas fa-rss-square"></i> <a href="{{ .Site.RSSLink }}">RSS Feed</a></li>
|
13
|
13
|
<li><i class="fab fa-twitter-square"></i> <a href="https://twitter.com/{{ .Site.Params.twitter }}">{{ .Site.Params.twitter }}</a></li>
|
|
14
|
+ <li><i class="fab fa-mastodon"></i> <a href="https://{{ .Site.Params.mastodon.instance }}/@{{ .Site.Params.mastodon.username }}">{{ .Site.Params.mastodon.username }}</a></li>
|
14
|
15
|
<li><i class="fab fa-github-square"></i> <a href="https://github.com/{{ .Site.Params.github }}">{{ .Site.Params.github }}</a></li>
|
15
|
16
|
<li><i class="fas fa-envelope"></i> <a href=mailto:{{ .Site.Params.email }}>{{ .Site.Params.email }}</a></li>
|
16
|
17
|
<li><i class="fas fa-key"></i> <a href="https://{{ .Site.Params.keyserver }}/pks/lookup?op=get&search=0x{{ replace .Site.Params.pgp " " "" }}">{{ .Site.Params.pgp }}</a></li>
|
|
@@ -20,5 +21,7 @@
|
20
|
21
|
</ul>
|
21
|
22
|
|
22
|
23
|
<p><a href="https://creativecommons.org/licenses/{{ .Site.Params.creativeCommons }}/4.0/"><img src="{{ .Site.BaseURL}}images/cc/{{ .Site.Params.creativeCommons }}.png" alt="CC {{ .Site.Params.creativeCommons }}" class="inline" /></a> {{ .Site.Params.author }}</p>
|
|
24
|
+
|
|
25
|
+ <p class="small">Built with <a href="https://gohugo.io/">Hugo</a>, powered by <a href="https://github.com/babolivier/hyde">Hyde</a></p>
|
23
|
26
|
</div>
|
24
|
27
|
</div>
|