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

github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 5bd9cc8..796226c 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -4,17 +4,18 @@
<p class="copyright u-font">
&copy;
{{ with .Site.Copyright | safeHTML }}
- {{- . -}}.
+ {{- . -}}&#46;
{{ else }}
{{ .Site.LastChange.Format "2006" }}
{{ if .Site.Params.author }}
- <a href="{{ .Site.Params.authorwebsite }}" target="_blank">{{ .Site.Params.author }}.</a>
+ <a href="{{ .Site.Params.authorwebsite }}" target="_blank">{{ .Site.Params.author }}&#46;</a>
{{ end }}
{{ end }}
- Theme <a href="https://github.com/iCyris/hugo-theme-yuki" target="_blank">yuki</a>.
- Powered by Hugo.
+ Theme <a href="https://github.com/iCyris/hugo-theme-yuki" target="_blank">yuki</a>&#46;
+ Powered by Hugo&#46;
</p>
</div>
</div>
</body>
<script src="/js/page.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>