all repos — flounder @ aa3a622afdb7e9d30b464b78cc40d0aa728ea96c

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    <meta name="description" content="Flounder is a simple site and log builder for the Gemini network">
7    <link rel="stylesheet" type="text/css" href="/static/style.css" />
8  </head>
9{{ end }}