summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-06-18 19:12:45 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-06-18 19:14:20 +0200
commit5e55afdd201017010a990273343f7ae395cf324f (patch)
treec1ddf5f7209f5964a3dbab3c563befc468a0ebc8
parent3209c0dce1983de71562e7b7c387c11e5c4384d5 (diff)
add copyright
-rw-r--r--themes/rusticus/layouts/partials/footer/footer.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/rusticus/layouts/partials/footer/footer.html b/themes/rusticus/layouts/partials/footer/footer.html
index 70b9b46..08f14d8 100644
--- a/themes/rusticus/layouts/partials/footer/footer.html
+++ b/themes/rusticus/layouts/partials/footer/footer.html
@@ -6,11 +6,13 @@
<footer>
<section>
- <ul>
+ <ul>
<li><a href="{{ ref . "top/imprint.md" }}">imprint</a></li>
- </ul>
- </section>
- </footer>
+ <li>&copy; 2019</li>
+ </ul>
+ </section>
+ </footer>
+
</div>