all repos — flounder @ 9c65105f28892d9a74734bb8d8d8b3fbbbe7846e

A small site builder for the Gemini protocol

templates/head.html (view raw)

1{{ define "head"}}
2  <head>
3    <meta charset="utf-8" />
4    <title>{{.SiteTitle }}<title>
5    <meta name="viewport" content="width=device-width" />
6    <link rel="stylesheet" type="text/css" href="/static/style.css" />
7  </head>
8{{ end }}