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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sections/hero/social.html')
-rw-r--r--layouts/partials/sections/hero/social.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/layouts/partials/sections/hero/social.html b/layouts/partials/sections/hero/social.html
index b70df15..ab5e8ef 100644
--- a/layouts/partials/sections/hero/social.html
+++ b/layouts/partials/sections/hero/social.html
@@ -1,15 +1,17 @@
-{{ range .Site.Params.hero.socialLinks.fontAwesomeIcons }}
-<span class="px-1">
- <a href="{{ .url }}" target="_blank" class="btn social-icon">
- <i class="{{ .icon }}"></i>
- </a>
-</span>
-{{ end }}
+<span id="loading-icons" style="display: none;">
+ {{ range .Site.Params.hero.socialLinks.fontAwesomeIcons }}
+ <span class="px-1">
+ <a href="{{ .url }}" target="_blank" class="btn social-icon">
+ <i class="{{ .icon }}"></i>
+ </a>
+ </span>
+ {{ end }}
-{{ range .Site.Params.hero.socialLinks.customIcons }}
-<span class="px-1">
- <a href="{{ .url }}" target="_blank" class="btn social-icon">
- <img src="{{ .icon }}">
- </a>
-</span>
-{{ end }} \ No newline at end of file
+ {{ range .Site.Params.hero.socialLinks.customIcons }}
+ <span class="px-1">
+ <a href="{{ .url }}" target="_blank" class="btn social-icon">
+ <img src="{{ .icon }}">
+ </a>
+ </span>
+ {{ end }}
+</span> \ No newline at end of file