Home

blog @f411a4c7b9f6ed30e37c84c55007044d3b5bf4ed - refs - log -
-
https://git.jolheiser.com/blog.git
My nonexistent blog
blog / _example / templates / base.tmpl
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{{define "head"}}
<!DOCTYPE html>
<head>
<title>{{.}}</title>
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sakura.css/css/sakura.css" type="text/css"> -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css"
/>
<link rel="stylesheet" href="chroma.css"/>
</head>
{{end}}