2016-02-19 23:35:42 -05:00
|
|
|
<footer>
|
|
|
|
<div class="footer_text">
|
|
|
|
<div>
|
2016-12-28 21:13:54 -05:00
|
|
|
<h3>Hi, <a href="{{ .Site.Author.aboutpage }}">I'm {{ .Site.Author.firstname }}</a></h3>
|
2016-02-19 23:35:42 -05:00
|
|
|
<p>
|
|
|
|
{{ partial "bio.html" . }}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div>
|
2016-12-28 21:13:54 -05:00
|
|
|
<h3><a href="https://www.flickr.com/photos/{{ .Site.Author.flickrid }}/">Photo Stream</a></h3>
|
2016-02-19 23:35:42 -05:00
|
|
|
<div id="photos"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</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">
|
2016-12-28 21:13:54 -05:00
|
|
|
© {{ .Now.Format "2006" }} <a href="{{ .Site.Author.aboutpage }}">{{ .Site.Author.firstname }} {{ .Site.Author.lastname }}</a>
|
|
|
|
{{ with .Site.Author.location }} - Made in {{ . }}{{ end }}
|
2016-02-19 23:35:42 -05:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
</footer>
|