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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-08-31 13:18:15 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-08-31 13:18:15 +0300
commit7b3f3e362206b93cf62ebd9af1ecd3eb3889e5a2 (patch)
treea1d53b0d668ccdf9d49a1ac64bd8841ab468a80b
parent128b74318cf72c8bc0f4f02ee476805997333db4 (diff)
Change ID so it doesn't get blocked by uBlock
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 62b3a4c..8632c99 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -34,7 +34,7 @@
-->
<div class="uk-text-center uk-margin-xlarge-bottom uk-margin-xlarge-top">
- <ul id="social-media" class="icons">
+ <ul id="links" class="icons">
{{ range .Site.Languages -}}
{{ if ne .LanguageName $.Site.Language.LanguageName }}
<li><a href="/{{ .Lang }}">{{ .LanguageName }}</a></li>