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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Gebauer <agebauer@hashicorp.com>2020-04-05 22:44:52 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-04-05 22:44:52 +0300
commit55c67b522380b380b6ba22cd85ccaf7a6e535a36 (patch)
tree734a7a14dde50356c073e75c3db74a20a12308f7 /layouts
parent6ab28316d4b944a90229d75ab9311986b094a779 (diff)
feat: adds exampleSite
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html7
-rw-r--r--layouts/post/list.html (renamed from layouts/posts/list.html)0
-rw-r--r--layouts/post/single.html (renamed from layouts/posts/single.html)0
3 files changed, 4 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index fd2fa67..aacba2e 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,11 +1,12 @@
<footer class="text-center pb-1">
<small class="text-muted">
- {{ if isset .Site.Params "footer_text" }}
- {{ .Site.Params.footer_text | safeHTML }}
+ {{ if .Site.Copyright }}
+ {{ .Site.Copyright | safeHTML }}
{{ else }}
{{ "&copy; Copyright Year, Your Name" | safeHTML }}
{{ end }}
<br>
- Powered by <a href="https://github.com/austingebauer/devise" target="_blank">Devise</a>
+ Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a>
+ and <a href="https://github.com/austingebauer/devise" target="_blank">Devise</a>
</small>
</footer>
diff --git a/layouts/posts/list.html b/layouts/post/list.html
index 086daca..086daca 100644
--- a/layouts/posts/list.html
+++ b/layouts/post/list.html
diff --git a/layouts/posts/single.html b/layouts/post/single.html
index fbddc26..fbddc26 100644
--- a/layouts/posts/single.html
+++ b/layouts/post/single.html