diff --git a/deploy/gitea/public/assets/js/hop-native.js b/deploy/gitea/public/assets/js/hop-native.js index d39cfb2..b32107a 100644 --- a/deploy/gitea/public/assets/js/hop-native.js +++ b/deploy/gitea/public/assets/js/hop-native.js @@ -170,6 +170,7 @@ }); } + applyHopSemantics(); document.addEventListener('DOMContentLoaded', queueApply); document.addEventListener('htmx:afterSwap', queueApply); new MutationObserver(queueApply).observe(document.documentElement, {childList: true, subtree: true}); diff --git a/deploy/gitea/templates/custom/footer.tmpl b/deploy/gitea/templates/custom/footer.tmpl index c93999a..d14de33 100644 --- a/deploy/gitea/templates/custom/footer.tmpl +++ b/deploy/gitea/templates/custom/footer.tmpl @@ -1,2 +1,2 @@ - + diff --git a/deploy/gitea/templates/custom/header.tmpl b/deploy/gitea/templates/custom/header.tmpl index 98ee9f8..8bc6bfb 100644 --- a/deploy/gitea/templates/custom/header.tmpl +++ b/deploy/gitea/templates/custom/header.tmpl @@ -1,6 +1,15 @@ +