all repos — flounder @ 3ec267fae76b5f2ad46f32d84fa27ee67dc2673b

A small site builder for the Gemini protocol

fix link to stylesheet
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 10:38:11 -0800
commit

3ec267fae76b5f2ad46f32d84fa27ee67dc2673b

parent

0caa75e34952ee16af3d2d65ffc01a120c751621

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/header.htmltemplates/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>