... | ... |
@@ -15,6 +15,10 @@ $if(keywords)$ |
15 | 15 |
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$"> |
16 | 16 |
$endif$ |
17 | 17 |
|
18 |
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
|
19 |
+ <link rel="icon" type="image/png" href="/favicon.png" /> |
|
20 |
+ <link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
|
21 |
+ |
|
18 | 22 |
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
19 | 23 |
|
20 | 24 |
<style type="text/css">code{white-space: pre;}</style> |