aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-06-28 15:13:24 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-06-28 15:13:24 +0530
commit108a33d973a34ca3132a0d1b570e0720b8f7127c (patch)
treeaf91091b08d1dff8734ebb8425d1deca828f0ff5 /layouts/partials/footer.html
parent9722e30a27ebe061186ef6ba89c3706b10f879a2 (diff)
removed gifs from footer
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index fabde24..73ed61d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,9 +1,11 @@
<footer>
+ <!--
<div id="gifs">
{{ range .Site.Params.gifs}}
{{ . | safeHTML }}
{{ end }}
</div>
+ -->
<div id="copyright">
{{ .Site.Copyright | safeHTML }}
</div>