* Eliminate Flickr because of cookieless browsing experience (#35)

* Change font to "Inter" locally (#36)
This commit is contained in:
Stephan Hadan 2025-02-11 22:13:19 +01:00
parent 11fb74565b
commit 7f3307cb47
44 changed files with 199 additions and 7 deletions

View file

@ -6,13 +6,13 @@
{{ partial "bio.html" . }}
</p>
</div>
{{ if isset .Site.Params.Author "flickrid" | and ( not ( eq .Site.Params.Author.flickrid "" ) ) }}
<div>
<h3><a href="https://www.flickr.com/photos/{{ .Site.Params.Author.flickrid }}/">Photo Stream</a></h3>
<div id="photos"></div>
</div>
<h3>Inhalte</h3>
{{ range .Site.Menus.main }}
<a href="{{.URL}}">{{ .Name }}</a><br />
{{ end }}
<a href="{{.Site.BaseURL}}{{ with .Site.Params.Author.aboutpage }}{{ . }}{{ end }}">Über</a>
</div>
{{ end }}
</div>
{{ if .Site.Params.showcopyright }}
@ -21,4 +21,4 @@
{{ with .Site.Params.Author.location }} - Made in {{ . }}{{ end }} {{ if .Site.Params.statuspageenabled }}| <a href="{{ .Site.Params.statuspage }}" target="_blank">{{ .Site.Params.statuspagename }}</a>{{ end }}
</div>
{{ end }}
</footer>
</footer>