diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/master.tmpl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/master.tmpl.html b/html/master.tmpl.html index 3858bfb..03df9f6 100644 --- a/html/master.tmpl.html +++ b/html/master.tmpl.html @@ -9,8 +9,8 @@ <meta name="description" content="{{block "description" .}}Alex's personal site{{end}}" />
<meta name="keywords" content="{{block "keywords" .}}personal site{{end}}">
<link rel="canonical" href="https://www.scerba.org{{block "canonical" .}}{{end}}">
- <link rel="stylesheet" href="./static/style.css" />
- <link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
+ <link rel="stylesheet" href="/static/style.css" />
+ <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />
</head>
<body>
<header>
|