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

github.com/runningstream/hugograyscale.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/instagram.html')
-rw-r--r--layouts/shortcodes/instagram.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/shortcodes/instagram.html b/layouts/shortcodes/instagram.html
new file mode 100644
index 0000000..36eda0e
--- /dev/null
+++ b/layouts/shortcodes/instagram.html
@@ -0,0 +1,6 @@
+<li class="list-inline-item">
+<a href="https://instagram.com/{{ .Get "user" }}" class="btn btn-default btn-lg">
+<i class="fa fa-instagram fa-fw"></i>
+<span class="network-name">Instagram</span>
+</a>
+</li>