Tidy & fix deprecation warnings

Co-Authored-By: Karen Bradshaw <kbhawkey@gmail.com>
This commit is contained in:
Tim Bannister
2020-08-08 16:47:04 +01:00
parent 6ce337253e
commit 7e23f0f875
11 changed files with 99 additions and 27 deletions
-3
View File
@@ -21,9 +21,6 @@
{{- if .Site.Params.announcement }}
<link rel="stylesheet" href="{{ "css/announcement.css" | relURL }}">
{{- end }}
{{- if .Site.Params.deprecated }}
<link rel="stylesheet" href="{{ "css/deprecation-warning.css" | relURL }}">
{{- end }}
{{- if or (eq .Params.class "gridPage") (eq .Params.class "gridPage gridPageHome") }}
<link rel="stylesheet" href="{{ "css/gridpage.css" | relURL }}">