mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 03:43:35 +01:00
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"
|
||||
src="https://plausible.nolog.cz/js/plausible.js"
|
||||
></script>
|
||||
<script src="{{ url_for('static', filename='htmx@1.9.4.min.js') }}"></script>
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<body hx-boost="true">
|
||||
<header class="header {% block header_class %}{% endblock %}">
|
||||
<div class="container">
|
||||
<a class="header-link-home" href="/">
|
||||
|
|
Loading…
Reference in a new issue