File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,3 +100,5 @@ output
100100# Documentation
101101
102102Head over to our [ documentation] ( https://thomasborgen.github.io/hypermedia )
103+
104+ If you are using this for HTMX, then please read the [ HTMX section] ( https://thomasborgen.github.io/hypermedia/htmx/ ) of the documentation
Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ def base() -> Element:
111111 integrity = " sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw" ,
112112 crossorigin = " anonymous" ,
113113 ),
114- Script(src = " https://unpkg.com/htmx-ext-preload@2.0.0/preload.js" ),
115- Script(src = " /static/auto_playback.js" ),
116114 slot = " html" ,
117115 lan = " en" ,
118116 ),
Original file line number Diff line number Diff line change 11site_name : Hypermedia documentation
22
33site_url : https://thomasborgen.github.io/hypermedia/
4+ repo_url : https://github.com/thomasborgen/hypermedia
5+
46theme :
57 name : material
68 features :
You can’t perform that action at this time.
0 commit comments