simple-hugo

A simple Hugo theme I use for my website
git clone git://git.christianermann.dev/simple-hugo
Log | Files | Refs | README | LICENSE

head.html (265B)


      1 <head>
      2     <meta charset="UTF-8">
      3     <meta name="viewport" content="width=device-width">
      4     <title>{{ .Page.Title }}</title>
      5     <link rel="stylesheet" href="{{ "css/styles.css" | relURL }}">
      6     {{ if .Params.math }}{{ partial "katex.html" . }}{{ end }}
      7 </head>