layouts/partials/head.html (8 lines of code) (raw):
<head>
<meta charset="utf-8">
<title>{{ .context.Title }} — Apache Directory</title>
<link href="/css/common.css" rel="stylesheet" type="text/css"/>
<link href="/css/{{ .csscolor }}.css" rel="stylesheet" type="text/css"/>
<link rel="shortcut icon" href="/images/server-icon_16x16.png" />
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
</head>