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

8 lines
211 B
HTML

<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>