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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-09 18:46:24 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-09 18:46:24 +0300
commit384ae490a8c1217da189b3b5878f86358afaa5fa (patch)
tree6f1dbff4afa139efaac99a36945f63a93da40b5f /layouts
parenta8b652b1e14e366f5bdc51862de318f3a9c23807 (diff)
Add copyright to template
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 2254791..b2dce08 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -23,6 +23,10 @@
</div>
</div>
+ {{ if .Site.Copyright }}
+ <p>{{ .Site.Copyright }}</p>
+ {{ end }}
+
<p class="made-with-love">
<a href="https://github.com/humrochagf/colordrop"><b>Colordrop</b></a> theme | Made with {{ partial "svg" "heart" }} by <a href="https://humberto.io/"><b>Humberto Rocha</b></a>
</p>