mirror of https://github.com/luizdepra/hugo-coder.git

John Tobin
23.17.2019 87879a726ac03f6689904ca36263f7d53d1ba31f
layouts/_default/baseof.html
@@ -70,7 +70,7 @@
      {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
    {{ end -}}
    {{ .Hugo.Generator }}
    {{ hugo.Generator }}
  </head>
  <body class="{{ if .Site.Params.rtl }}rtl{{ end }} {{ if .Site.Params.inverted }}inverted{{ end }}">