add hx-boost
This commit is contained in:
parent
ca8c61d2b2
commit
42a9f2a467
1 changed files with 4 additions and 2 deletions
|
|
@ -27,8 +27,10 @@ title: terezi.pyrope.net
|
||||||
<meta name="theme-color" content="#008282">
|
<meta name="theme-color" content="#008282">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" href="/feed.xml" title="terezi.pyrope.net atom feed">
|
<link rel="alternate" type="application/atom+xml" href="/feed.xml" title="terezi.pyrope.net atom feed">
|
||||||
|
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.8/dist/htmx.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body hx-boost="true">
|
||||||
<header><a href="/">T3R3Z1.PYROP3.N3T</a></header>
|
<header><a href="/">T3R3Z1.PYROP3.N3T</a></header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
@ -39,7 +41,7 @@ title: terezi.pyrope.net
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer hx-preserve="true" id="footer">
|
||||||
{% include "./badges.njk" %}
|
{% include "./badges.njk" %}
|
||||||
<div id="webring">
|
<div id="webring">
|
||||||
<h3>this web site is part of the m,cai webring</h3>
|
<h3>this web site is part of the m,cai webring</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue