Generate favicon from post

This commit is contained in:
Bad Manners 2025-04-20 11:09:58 -03:00
parent 94269d82f0
commit 7553dd31dc
5 changed files with 34 additions and 7 deletions

View file

@ -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" />

View file

@ -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