Install htmx for SPA vibe
This commit is contained in:
parent
962b45e373
commit
f01326fe3a
2 changed files with 3 additions and 1 deletions
1
view/static/htmx@1.9.4.min.js
vendored
Normal file
1
view/static/htmx@1.9.4.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -17,9 +17,10 @@
|
||||||
data-domain="headline.beta.nolog.cz"
|
data-domain="headline.beta.nolog.cz"
|
||||||
src="https://plausible.nolog.cz/js/plausible.js"
|
src="https://plausible.nolog.cz/js/plausible.js"
|
||||||
></script>
|
></script>
|
||||||
|
<script src="{{ url_for('static', filename='htmx@1.9.4.min.js') }}"></script>
|
||||||
{% block head %}{% endblock %}
|
{% block head %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body hx-boost="true">
|
||||||
<header class="header {% block header_class %}{% endblock %}">
|
<header class="header {% block header_class %}{% endblock %}">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="header-link-home" href="/">
|
<a class="header-link-home" href="/">
|
||||||
|
|
Loading…
Reference in a new issue