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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-03-19 18:14:48 +0300
committertosi29 <tosi16@gmail.com>2019-03-19 18:14:48 +0300
commitcb0ff9124bbcc9b101eabad8bac8642e07bc4458 (patch)
treef62ba08157cb5d374e5325a1141a6ab897a8032f
parentd09648ea92c6482da5b8a27445d2f2ae7af8564b (diff)
Update copyright sentence
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index beddbd4..815a427 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,7 +3,7 @@
<aside class="widget widget_text">
<div class="textwidget">
- <p>Copyright {{ .Site.Title }} All Rights Reserved.</p>
+ <p>© {{ .Site.Title }} / Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/tosi29/inkblotty" target="_blank">Inkblotty</a></p>
</div>
</aside>
</footer>