Hide footer when -B is false

This commit is contained in:
bynect
2024-12-24 16:27:45 +01:00
parent 91b686b458
commit ad07d5bd60

View File

@@ -17,8 +17,10 @@
{{ .Content }}
</div>
</div>
{{if .BoundingBox}}
<footer class="container footer">
Made with &hearts; by chrishrb
</footer>
{{end}}
</body>
</html>