hugo-djem-so

Hugo theme for my blog

git clone git://git.shimmy1996.com/hugo-djem-so.git

head.html (308B)

    1 <head>
    2   <meta charset="utf-8">
    3   <meta name="viewport" content="width=device-width, initial-scale=1">
    4   <style>{{ partial "css/style.css" . | safeCSS }}</style>
    5   <title>{{ .Title }}{{ if (ne .Title .Site.Title) }}&nbsp;|&nbsp;{{ .Site.Title }}{{ end }}</title>
    6   {{ partial "head_custom.html" . }}
    7 </head>