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

github.com/allnightgrocery/hugo-theme-blueberry-detox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew R. Jenkins <allnightgrocery@gmail.com>2017-01-04 04:33:02 +0300
committerAndrew R. Jenkins <allnightgrocery@gmail.com>2017-01-04 04:33:02 +0300
commit13f8f1bc266729a32d69e647a4df0e660982e73f (patch)
treeb3f0d74f92eb69d66828c1e3bb8abd8bebfe2110
parent3989ca92e9bd427569d759155eec6f36410a2f0a (diff)
Updated the copyright year.
-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 1ddb7da..4a5247e 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,7 +1,7 @@
<footer id="site-footer">
<div class="container">
<a href="{{ .Site.BaseURL }}index.xml" title="Get the RSS feed"><span class="tooltip"><i class="fa fa-rss"></i></span></a>
- <section>&copy; <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> 2015 | All rights reserved</section>
+ <section>&copy; <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> 2017 | All rights reserved</section>
<section>Theme by <a href="http://www.jrdnbwmn.com">Jordan Bowman</a>. Generated with <a href="http://gohugo.io/">Hugo</a>.</section>
</div>
</footer>