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

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/link.html')
-rw-r--r--layouts/partials/link.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/layouts/partials/link.html b/layouts/partials/link.html
deleted file mode 100644
index b925b18..0000000
--- a/layouts/partials/link.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<div class="sns-links hidden-print">
- {{ with .Site.Params.contact }}
- <a href="{{ . }}">
- <i class="fa fa-envelope"></i>
- </a>
- {{ end }}
- {{ with .Site.Params.twitter }}
- <a href="https://twitter.com/{{ . }}" target="_blank">
- <i class="fa fa-twitter"></i>
- </a>
- {{ end }}
- {{ with .Site.Params.instagram }}
- <a href="https://instagram.com/{{ . }}" target="_blank">
- <i class="fa fa-instagram"></i>
- </a>
- {{ end }}
- {{ with .Site.Params.googleplus }}
- <a href="https://plus.google.com/+{{ . }}" target="_blank">
- <i class="fa fa-google"></i>
- </a>
- {{ end }}
- {{ with .Site.Params.facebook }}
- <a href="https://facebook.com/{{ . }}" target="_blank">
- <i class="fa fa-facebook"></i>
- </a>
- {{ end }}
- {{ with .Site.Params.github }}
- <a href="https://github.com/{{ . }}" target="_blank">
- <i class="fa fa-github"></i>
- </a>
- {{ end }}
- {{ with .Site.Params.stackoverflow }}
- <a href="https://stackoverflow.com/users/{{ . }}" target="_blank">
- <i class="fa fa-stack-overflow"></i>
- </a>
- {{ end }}
- {{ with .Site.Params.linkedin }}
- <a href="https://linkedin.com/in/{{ . }}" target="_blank">
- <i class="fa fa-linkedin"></i>
- </a>
- {{ end }}
- {{ with .Site.Params.keybase }}
- <a href="https://keybase.io/{{ . }}" target="_blank">
- <i class="fa fa-key"></i>
- </a>
- {{ end }}
-</div>