| author | 2025-08-31 11:28:05 +0700 | |
|---|---|---|
| committer | 2025-08-31 11:28:05 +0700 | |
| commit | 3cda48aadae9033f6041e19bbaca4f02ff777d56 (patch) | |
| tree | 54c5bc4196208ed55a3705a2a2f8e0dca10be397 /views/pages/blog-catalogue.html | |
| parent | 9340e7022d95c912db5f1d9fcb0313743ae3cb4a (diff) | |
| download | web-3cda48aadae9033f6041e19bbaca4f02ff777d56.tar.gz web-3cda48aadae9033f6041e19bbaca4f02ff777d56.zip | |
refactor: move embeds right into general page
Diffstat (limited to 'views/pages/blog-catalogue.html')
| -rw-r--r-- | views/pages/blog-catalogue.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/pages/blog-catalogue.html b/views/pages/blog-catalogue.html index 1bed1cc..ac2fb7d 100644 --- a/views/pages/blog-catalogue.html +++ b/views/pages/blog-catalogue.html @@ -57,9 +57,7 @@ Loading... </div> </div> -{{ end }} -{{ define "bottom-embeds" }} <script> function selectAll() { const tagsContainers = document.querySelectorAll('form.tags-list'); @@ -157,5 +155,4 @@ } }); </script> - {{ end }} |