* Eliminate Flickr because of cookieless browsing experience (#35)
* Change font to "Inter" locally (#36)
This commit is contained in:
parent
11fb74565b
commit
7f3307cb47
44 changed files with 199 additions and 7 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue