https://git.jolheiser.com/blog.git
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}}