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

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..f99b1ec
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,13 @@
+ <footer class="footer text-center py-4">
+
+ <!--/*
+ This template is released under the Creative Commons Attribution 3.0 License.
+ Please keep the attribution link below when using for your own project.
+ Thank you for your support. :)
+ If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com
+ */-->
+
+ <small class="copyright text-muted">Designed with <i class="fas fa-heart"></i> by <a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
+ <br>
+ <small class="copyright">{{ now.Year }} &copy; {{ with .Site.Params.footer.copyright }}{{ . | markdownify }}{{ else }}Ported to Hugo by <a href="https://github.com/cowboysmall" target="_blank">CowboySmall</a>{{ end }}</small>
+ </footer>