aboutsummaryrefslogtreecommitdiff
path: root/src/templates/head.html
blob: e6988ec8025914124f449313aa4d1439e99534b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
	<link rel="alternate" type="application/atom+xml" title="{{ name }} atom feed of commits" href="commits.xml" />
	<link rel="alternate" type="application/atom+xml" title="{{ name }} atom feed of tags" href="tags.xml" />
	<link rel="stylesheet" type="text/css" href="style.css" />

	<title>Log - {{ name }} - {{ description }}</title>

	<!-- FIXME: metadata tags -->
</head>