summaryrefslogtreecommitdiff
path: root/themes/terminal/layouts/partials/footer.html
diff options
context:
space:
mode:
authorIndrajith K L2022-03-20 00:38:25 +0530
committerIndrajith K L2022-03-20 00:38:25 +0530
commit941642aee876a97dbb79666d8fabaa2b1feb9ff5 (patch)
tree6147d3027127466b312eaa0b34c75966743bf547 /themes/terminal/layouts/partials/footer.html
parent31fc0796a09e1c0b8acbee6ac2fbee17d525b528 (diff)
downloadexperimentsofindrajith-941642aee876a97dbb79666d8fabaa2b1feb9ff5.tar.gz
experimentsofindrajith-941642aee876a97dbb79666d8fabaa2b1feb9ff5.tar.bz2
experimentsofindrajith-941642aee876a97dbb79666d8fabaa2b1feb9ff5.zip
Theme changes
Diffstat (limited to 'themes/terminal/layouts/partials/footer.html')
-rw-r--r--themes/terminal/layouts/partials/footer.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/terminal/layouts/partials/footer.html b/themes/terminal/layouts/partials/footer.html
new file mode 100644
index 0000000..e2588eb
--- /dev/null
+++ b/themes/terminal/layouts/partials/footer.html
@@ -0,0 +1,22 @@
+<footer class="footer">
+ <div class="footer__inner">
+ {{ if $.Site.Copyright }}
+ <div class="copyright copyright--user">
+ <span>© {{ now.Year }} {{ $.Site.Copyright | safeHTML }}</span>
+ {{ else }}
+ <div class="copyright">
+ <span>© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a></span>
+ {{ end }}
+ </div>
+ </div>
+</footer>
+
+<script src="{{ "assets/main.js" | absURL }}"></script>
+<script src="{{ "assets/prism.js" | absURL }}"></script>
+
+{{ if $.Site.Params.showLanguageSelector }}
+ <script src="{{ "assets/languageSelector.js" | absURL }}"></script>
+{{ end }}
+
+<!-- Extended footer section-->
+{{ partial "extended_footer.html" . }}