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

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormacxcool <mark.coolen@gmail.com>2021-01-16 16:20:16 +0300
committermacxcool <mark.coolen@gmail.com>2021-01-16 16:20:16 +0300
commit30e6e6727618ea0e31e06883b3e2585f8a01f253 (patch)
tree0b3b46de2ad2c4b77423ad25b2c20ba293a209c6 /layouts
parentda2d16a4f95fc37e71548dfc139d51e22ebb09bd (diff)
Add Mastodon icon and code for social icons
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social-icons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social-icons.html b/layouts/partials/social-icons.html
index d1aa10c..bdcadbf 100644
--- a/layouts/partials/social-icons.html
+++ b/layouts/partials/social-icons.html
@@ -1,5 +1,5 @@
{{ $currentPage := . }}
-{{ $icons := .Site.Params.iconOrder | default (slice "Twitter" "GitHub" "Email" "Facebook" "GitLab" "Instagram" "LinkedIn" "YouTube") }}
+{{ $icons := .Site.Params.iconOrder | default (slice "Twitter" "GitHub" "Email" "Mastodon" "Facebook" "GitLab" "Instagram" "LinkedIn" "YouTube") }}
<div class="social-icons">
{{ range $icons }}