diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-08-03 11:50:16 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-08-03 11:50:16 +0300 |
commit | 8a19ae81974657b22e50fb3db7100c8c8f084232 (patch) | |
tree | b945823ce9b9a7dfce21dfe53ae31ef6e14c1043 /layouts/issues/issue.html | |
parent | be3bcf16385e0f7baee0be00d09dbe436ad3bff1 (diff) |
More work towards #16, should fix #17
Diffstat (limited to 'layouts/issues/issue.html')
-rw-r--r-- | layouts/issues/issue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/issues/issue.html b/layouts/issues/issue.html index c4d5ab6..acc3fb3 100644 --- a/layouts/issues/issue.html +++ b/layouts/issues/issue.html @@ -26,7 +26,7 @@ {{ end }} </span> {{ else }} - <span class="error">Ongoing, services {{ .Params.severity }}</span> + <em>Ongoing, services {{ if eq .Params.severity "notice" }}on notice{{ else }}{{ .Params.severity }}{{ end }}</em> {{ end }} <h3> <a href="{{ .Permalink }}">{{ .Title }}</a> |