mirror of https://github.com/onweru/compose.git

doodlebunnyhops
29.19.2023 db2113aa63cb9f97816efaa14d95357762e44ae1
added else statement for enableCopyright
1 files modified
8 ■■■■ changed files
layouts/partials/footer.html 8 ●●●● patch | view | raw | blame | history
layouts/partials/footer.html
@@ -7,4 +7,10 @@
    <a href="#pagetop" id="toTop" title={{ T "to_top" }}></a>
  </div>
</footer>
{{- end }}
{{ else }}
<footer class="pt-2 pb-2">
  <div class="wrap">
    <a href="#pagetop" id="toTop" title={{ T "to_top" }}></a>
  </div>
</footer>
{{- end }}