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

github.com/bjacquemet/personal-web.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.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..5ff16bb
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,12 @@
+ </main>
+ </div>
+ <footer>
+ <div class="footer-wrapper">
+ <p>Made with {{emojify ":heart:"}} &mdash; Powered by <a href="https://gohugo.io/" target="_blank" rel="external">Hugo</a> and the <a href="#" target='_blank' rel="external">Personal Web</a> theme.</p>
+ <p>{{ .Site.Copyright}}</p>
+ </div>
+ </footer>
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:500,600|Raleway:400,400i,600" rel="stylesheet">
+ {{ template "_internal/google_analytics.html" . }}
+</body>
+</html> \ No newline at end of file