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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-07-05 23:13:34 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-07-05 23:13:34 +0300
commit9f699bb97fc5c5e1e7b3bfb512e6d6333a8d96eb (patch)
treecbd7c694eacc3b841ae7cbca93702c9fc164b10a
parentae1e4de63bb998c6c7f7f5ccc0162d863858756c (diff)
Remove the home page button for now
-rw-r--r--layouts/partials/theme-buttons.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/partials/theme-buttons.html b/layouts/partials/theme-buttons.html
index 48121b6..8bdf8ef 100644
--- a/layouts/partials/theme-buttons.html
+++ b/layouts/partials/theme-buttons.html
@@ -15,11 +15,4 @@
</a>
{{ end }}
- {{ with .Params.meta.homepage}}
- <a class="{{ $buttonClasses }}" href="{{.}}">
- <i class="fa fa-home"></i>
- Homepage
- </a>
- {{ end }}
-
</div>