fix link to stylesheet
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 10:38:11 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/header.html
→
templates/header.html
@@ -5,7 +5,7 @@ <head>
<meta charset="utf-8" /> <title>{{.PageTitle }}</title> <meta name="viewport" content="width=device-width" /> - <link rel="stylesheet" type="text/css" href="/style.css" /> + <link rel="stylesheet" type="text/css" href="https://flounder.online/style.css" /> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐟</text></svg>"> </head> <body>