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

github.com/saey55/hugo-elate-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Sachs <tobias@tobiassachs.de>2017-04-27 23:11:45 +0300
committerTobias Sachs <tobias@tobiassachs.de>2017-04-27 23:11:45 +0300
commit674fe47e8be0c7807241b37c90b441e31f68a176 (patch)
treef6b9aa4ae84ebc53e26f0a0a2ba50ed6235a009f /layouts
parent5489fb87962c22ce7228fb9266cde8dd02ce3948 (diff)
Fix Merge and Pull Request
Diffstat (limited to 'layouts')
-rwxr-xr-xlayouts/partials/footer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e4abda1..c1e0676 100755
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -10,9 +10,9 @@
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
- {{ if .Site.Params.footer.twitter }}<li><a href="{{ printf "%s" .Site.Params.footer.twitter }}"><i class="icon-twitter"></i></a></li>{{ end }}
- {{ if .Site.Params.footer.facebook }}<li><a href="{{ printf "%s" .Site.Params.footer.facebook }}"><i class="icon-facebook"></i></a></li>{{ end }}
- {{ if .Site.Params.footer.youtube }}<li><a href="{{ printf "%s" .Site.Params.footer.youtube }}"><i class="icon-youtube"></i></a></li>{{ end }}
+ <li><a href="#"><i class="icon-twitter"></i></a></li>
+ <li><a href="#"><i class="icon-facebook"></i></a></li>
+ <li><a href="#"><i class="icon-youtube"></i></a></li>
</ul>
</div>
</div>