Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/page_footer.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/page_footer.html b/layouts/partials/page_footer.html
index b76e34f..19a39b5 100644
--- a/layouts/partials/page_footer.html
+++ b/layouts/partials/page_footer.html
@@ -6,11 +6,13 @@
{{ partial "bio.html" . }}
</p>
</div>
+ {{ if isset .Site.Author "flickrid" | and ( not ( eq .Site.Author.flickrid "" ) ) }}
<div>
<h3><a href="https://www.flickr.com/photos/{{ .Site.Author.flickrid }}/">Photo Stream</a></h3>
<div id="photos"></div>
</div>
</div>
+ {{ end }}
</div>
{{ if .Site.Params.showcopyright }}