1
0

Add some changes to the footer for images.

This commit is contained in:
2025-04-29 23:37:00 -07:00
parent 7cf752f864
commit 914c2c4134
3 changed files with 28 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
{{- if not (.Param "hideFooter") }}
<footer class="footer">
{{- partial "extend_footer.html" . }}
{{- if not site.Params.footer.hideCopyright }}
{{- if site.Copyright }}
<span>{{ site.Copyright | markdownify }}</span>
@@ -17,7 +19,7 @@
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a> (with some minor edits by me)
</span>
</footer>
{{- end }}
@@ -30,8 +32,6 @@
</a>
{{- end }}
{{- partial "extend_footer.html" . }}
<script>
let menu = document.getElementById('menu')
if (menu) {