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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/layouts/partials/footer.copyright.html')
-rw-r--r--examples/blog/layouts/partials/footer.copyright.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/blog/layouts/partials/footer.copyright.html b/examples/blog/layouts/partials/footer.copyright.html
new file mode 100644
index 000000000..2a7aa873f
--- /dev/null
+++ b/examples/blog/layouts/partials/footer.copyright.html
@@ -0,0 +1,9 @@
+ <footer>
+ <div class="row">
+ <hr>
+ <div class="col-sm-12">
+ <p>&copy; Enthusiastic Hugo User 2014<br>
+ Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
+ </div>
+ </div>
+ </footer> \ No newline at end of file