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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-26 00:02:45 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-26 00:02:45 +0300
commit4b990406e3fa49b5f3df0f3cb805ccb7069864f0 (patch)
tree126fa32f406dc46ad20307eca8d3b922e5da9252 /layouts
parent020d78076349bfd00eff63d96363ba3ad6df72cc (diff)
:sparkles: Add flickr link support
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer/index.html3
-rw-r--r--layouts/partials/nav.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/footer/index.html b/layouts/partials/footer/index.html
index d120330..692162d 100644
--- a/layouts/partials/footer/index.html
+++ b/layouts/partials/footer/index.html
@@ -72,6 +72,9 @@
{{ with .lastfm}}
<li><a href="{{ . }}" class="icon alt fa-lastfm"><span class="label">Last.fm</span></a></li>
{{ end }}
+ {{ with .flickr}}
+ <li><a href="{{ . }}" class="icon alt fa-flickr"><span class="label">Flickr</span></a></li>
+ {{ end }}
</ul>
</section>
{{ end }}
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 5c8b417..8057978 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -32,6 +32,9 @@
{{ with .lastfm }}
<li><a href="{{ . }}" class="icon fa-lastfm"><span class="label">Last.fm</span></a></li>
{{ end }}
+ {{ with .flickr }}
+ <li><a href="{{ . }}" class="icon fa-flickr"><span class="label">Flickr</span></a></li>
+ {{ end }}
</ul>
{{ end }}
</nav> \ No newline at end of file