added placeholder favicon; blockquote style
This commit is contained in:
parent
7ccb524efa
commit
ceb477e51f
12 changed files with 29 additions and 15 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue