2016-02-19 23:35:42 -05:00
|
|
|
<footer>
|
|
|
|
<div class="footer_text">
|
|
|
|
<div>
|
2024-11-09 03:16:58 +08:00
|
|
|
<h3>Hi, <a href="{{ .Site.Params.Author.aboutpage }}">I'm {{ .Site.Params.Author.firstname }}</a></h3>
|
2016-02-19 23:35:42 -05:00
|
|
|
<p>
|
|
|
|
{{ partial "bio.html" . }}
|
|
|
|
</p>
|
|
|
|
</div>
|
2024-11-09 03:16:58 +08:00
|
|
|
{{ if isset .Site.Params.Author "flickrid" | and ( not ( eq .Site.Params.Author.flickrid "" ) ) }}
|
2016-02-19 23:35:42 -05:00
|
|
|
<div>
|
2024-11-09 03:16:58 +08:00
|
|
|
<h3><a href="https://www.flickr.com/photos/{{ .Site.Params.Author.flickrid }}/">Photo Stream</a></h3>
|
2016-02-19 23:35:42 -05:00
|
|
|
<div id="photos"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-12-28 21:33:27 -05:00
|
|
|
{{ end }}
|
2016-02-19 23:35:42 -05:00
|
|
|
</div>
|
|
|
|
|
2016-12-28 21:13:54 -05:00
|
|
|
{{ if .Site.Params.showcopyright }}
|
2016-02-19 23:35:42 -05:00
|
|
|
<div class="footer_copyright">
|
2024-11-09 03:16:58 +08:00
|
|
|
© {{ now.Format "2006" }} <a href="{{ .Site.Params.Author.aboutpage }}">{{ .Site.Params.Author.firstname }} {{ .Site.Params.Author.lastname }}</a>
|
|
|
|
{{ with .Site.Params.Author.location }} - Made in {{ . }}{{ end }}
|
2016-02-19 23:35:42 -05:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
</footer>
|