<!DOCTYPE html>
<html class="no-js" lang="">
<head>
- <meta charset="utf-8" />
+ <meta charset="utf-8">
<title>Hugo Server: Error</title>
<style type="text/css">
body {
<div class="error">
{{ highlight .Error "apl" (printf "linenos=false,noclasses=true,style=%s" $codeStyle ) }}
</div>
- <hr />
+ <hr>
{{ range $i, $e := .Files }}
{{ if not .ErrorContext }}
{{ continue }}
>
{{ end }}
{{ highlight (delimit .ErrorContext.Lines "\n") $lexer $params }}
- <hr />
+ <hr>
{{ end }}
<p class="version">{{ .Version }}</p>
<a href="">Reload Page</a>
<head>
<title>{{ .Permalink }}</title>
{{ with .OutputFormats.Canonical }}<link rel="{{ .Rel }}" href="{{ .Permalink }}">{{ end }}
- <meta charset="utf-8" />
+ <meta charset="utf-8">
<meta http-equiv="refresh" content="0; url={{ .Permalink }}">
</head>
</html>