diff options
Diffstat (limited to 'layouts/issues/single.html')
-rw-r--r-- | layouts/issues/single.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/issues/single.html b/layouts/issues/single.html index 5076148..5761477 100644 --- a/layouts/issues/single.html +++ b/layouts/issues/single.html @@ -7,11 +7,9 @@ {{ $isDisrupted := where $active "Params.severity" "=" "disrupted" }} {{ $isDown := where $active "Params.severity" "=" "down" }} - <body class="status-{{ if $isDown }}down{{ else }}{{ if $isDisrupted}}disrupted{{ else }}{{ if $isNotice }}notice{{ else }}ok{{ end }}{{ end }}{{ end }}"> - {{ partial "header" . }} - + <body class="issues single"> <div class="contain"> - <a href="{{ .Site.BaseURL }}">← Go back</a> + <a href="{{ .Site.BaseURL }}">← {{ T "goBack" }} <em>{{ .Site.Title }}</em></a> </div> <div class="contain"> |