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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/footer.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3f53b35..b4d6151 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -4,8 +4,10 @@
<div class="footer-content">
<div class="pure-menu pure-menu-horizontal">
<ul>
+ {{ if .Site.Author.name }}
<li class="pure-menu-heading" id="foot-name">{{ .Site.Author.name }}:</li>
-
+ {{ end }}
+
{{ if .Site.Author.email }}
<li class="pure-menu-item">
<a href="mailto:{{ .Site.Author.email }}" class="pure-menu-link">Email</a>