fedicomment/themes/poc/layouts/partials/head.html

8 lines
211 B
HTML
Raw Normal View History

2022-11-21 15:34:24 +01:00
<head>
<title>{{ .Site.Title }}</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/main.css" />
<link rel="stylesheet" href="/fedicomment.css" />
2022-11-21 16:48:07 +01:00
<link rel="icon" href="/favicon.png" />
2022-11-21 15:34:24 +01:00
</head>