diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-03 12:57:26 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-03 12:57:26 -0600 |
commit | 37b4064e0e8838ad7549a7dacf4d37f104de312f (patch) | |
tree | 8ebc63667f2e9245046de34dfec5fc01f983ef9f | |
parent | a61ba98a6f6787a4f5345d80238703f9faa5e7d1 (diff) | |
download | wormhole-37b4064e0e8838ad7549a7dacf4d37f104de312f.tar.gz wormhole-37b4064e0e8838ad7549a7dacf4d37f104de312f.tar.bz2 wormhole-37b4064e0e8838ad7549a7dacf4d37f104de312f.zip |
Remove htmx dependency
All static content, not necessary
-rw-r--r-- | bin/template.eml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/template.eml b/bin/template.eml index 1a3c888..3c8654b 100644 --- a/bin/template.eml +++ b/bin/template.eml @@ -3,7 +3,6 @@ open Wormhole.Post let render (posts: Post.t list) =
<html>
- <script src="https://unpkg.com/htmx.org@1.9.9"></script>
<link
rel="stylesheet"
href="/static/pixeloid-sans.ttf"
|