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
parent5489fb87962c22ce7228fb9266cde8dd02ce3948 (diff)
Fix Merge and Pull Request
-rw-r--r--exampleSite/config.toml3
-rwxr-xr-xlayouts/partials/footer.html6
2 files changed, 3 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f089114..daae038 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -279,6 +279,3 @@ theme = "hugo-elate-theme"
enable = true
copyright = '&copy; Elate Free HTML5. All Rights Reserved. <br>Created by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a> <br>Hugo port by: <a href="https://github.com/saey55" target="_blank">saey55</a>'
# Remove # to disable the logo
- facebook = '#'
- twitter = '#'
- youtube = '#'
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>