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" />
<link rel="favicon" href="/icon.png" />
</head>