mirror of https://github.com/tildeclub/site.git
Add favicon to article page
This commit is contained in:
parent
fd964baa96
commit
33d0f6062c
|
@ -14,7 +14,8 @@
|
|||
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||
$endif$
|
||||
<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">
|
||||
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;}
|
||||
|
|
Loading…
Reference in New Issue