diff options
author | jaseg <git@jaseg.de> | 2025-07-28 14:08:39 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-07-28 14:08:39 +0200 |
commit | 8dc1179f65bf746e1bb274db31e744014d939ad8 (patch) | |
tree | 233fb891171caa5899a9c6d3393ecd80c253aa22 /themes/conspiracy/layouts/baseof.html | |
parent | d2891b448a89707034419a95bc755c63b6924a71 (diff) | |
parent | eefa5cbb554017a41095e54e6c39592bc1de1761 (diff) | |
download | blog-8dc1179f65bf746e1bb274db31e744014d939ad8.tar.gz blog-8dc1179f65bf746e1bb274db31e744014d939ad8.tar.bz2 blog-8dc1179f65bf746e1bb274db31e744014d939ad8.zip |
deploy.py auto-commitdeploy
Diffstat (limited to 'themes/conspiracy/layouts/baseof.html')
-rw-r--r-- | themes/conspiracy/layouts/baseof.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/themes/conspiracy/layouts/baseof.html b/themes/conspiracy/layouts/baseof.html deleted file mode 100644 index 32a5423..0000000 --- a/themes/conspiracy/layouts/baseof.html +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html> -<html> - {{- partial "head.html" . -}} - <body> - {{- partial "header.html" . -}} - {{- block "main" . }}{{- end }} - {{- partial "footer.html" . -}} - <script type="text/javascript" src="/pagefind/pagefind-ui.js" defer></script> - <script> - window.addEventListener('DOMContentLoaded', (event) => { - new PagefindUI({element: "#search", showSubResults: true}); - }); - </script> - <script type="speculationrules"> - { - "prerender": [ - { - "source": "document", - "where": { - "and": [ - {"href_matches": "/*"} - ] - }, - "eagerness": "moderate" - } - ] - } - </script> - </body> -</html> |