favicon fix

This commit is contained in:
Never Gude 2026-01-13 17:55:25 +01:00
parent 8248b5cc88
commit 50caf6c6f3
11 changed files with 11 additions and 11 deletions

View file

@ -17,7 +17,7 @@ $if(description-meta)$
<meta name="description" content="$description-meta$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<link rel="icon" type="image/x-icon" href="pandoc/favicon.png">
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<style>
$styles.html()$
</style>