Generate favicon from post
This commit is contained in:
parent
94269d82f0
commit
7553dd31dc
5 changed files with 34 additions and 7 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" href="/files/favicon.png" />
|
||||
<script src="/static/htmx.js"></script>
|
||||
<script defer src="/static/alpine.js"></script>
|
||||
<link rel="stylesheet" href="/static/water.css" />
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@
|
|||
<label>Base URL</label>
|
||||
<input name="base_url" type="text" value="{{ base_url }}" />
|
||||
</div>
|
||||
<div>
|
||||
<label>Favicon post ID</label>
|
||||
<input name="favicon_post_id" type="text" pattern="[0-9]*" />
|
||||
</div>
|
||||
<div>
|
||||
<label>Ask for age confirmation?</label>
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue