added placeholder favicon; blockquote style

This commit is contained in:
Alexander 2025-06-09 16:48:04 -04:00
parent 7ccb524efa
commit ceb477e51f
12 changed files with 29 additions and 15 deletions

View file

@ -5,6 +5,7 @@
<title> <!-- set automatically, see soupault.conf --> </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/index.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<script>
const class_ = window.devicePixelRatio > 1 ? "font-body-serif" : "font-body-sans";
document.documentElement.className = class_;
@ -13,8 +14,6 @@
<body>
<main class="container">
<!-- your page content will be inserted here,
see the default_content_selector option in soupault.conf -->
</main>
</body>