mirror of
https://github.com/tildeclub/site.git
synced 2026-03-10 05:50:17 +00:00
Add favicon to article page
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<link rel="stylesheet" href="../style.css">
|
<link rel="stylesheet" href="https://tilde.club/style.css">
|
||||||
|
<link rel="icon" type="image/png" href="https://tilde.club/favicon.png">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
code{background: rgba(255, 187, 85, 0.15);padding: 0.1em 0.2em;border-radius: 0.3em;white-space: pre-wrap;}
|
code{background: rgba(255, 187, 85, 0.15);padding: 0.1em 0.2em;border-radius: 0.3em;white-space: pre-wrap;}
|
||||||
pre code{background: none;}
|
pre code{background: none;}
|
||||||
|
|||||||
Reference in New Issue
Block a user