commit 1d0e2a620095e21ffc6d7569054c0bf4a29775e1 parent f3c2effb7171d29abf08db2a56274a5ebbba15a5 Author: David Eisinger <[email protected]> Date: Wed, 9 Oct 2024 12:05:16 -0400 Fix copyright link on mobile Diffstat:
| M | themes/v2/layouts/partials/footer.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html @@ -16,5 +16,5 @@ {{ end }} </div> - <span class="mobile-hidden"></span> © <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a> + <a href="https://creativecommons.org/licenses/by/4.0/deed.en">© CC BY 4.0</a> </footer>