AutoBuild at change, Special HTMX Indicator Inline, modernate Feed Inline and other small things
This commit is contained in:
@@ -1,16 +1,27 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/assets/generated/main.css">
|
||||
<link rel="stylesheet" href="/autoassets/main.css">
|
||||
<!-- Inter Font is so hot right now! -->
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||
<title>{% block title %}{{ title }}{% endblock %}</title>
|
||||
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.14.8/dist/cdn.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!--suppress CssUnusedSymbol -->
|
||||
<style>
|
||||
[x-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
.htmx-indicator.htmx-inline{
|
||||
display:none;
|
||||
}
|
||||
.htmx-request .htmx-indicator.htmx-inline{
|
||||
display:inline;
|
||||
}
|
||||
.htmx-request.htmx-indicator.htmx-inline{
|
||||
display:inline;
|
||||
}
|
||||
</style>
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user