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
+1
View File
@@ -12,6 +12,7 @@
<section id="mainContent">
<div class="main-section">
<div class="content">
{{ partial "deprecation-warning.html" . }}
<div class="case-studies">
{{ range $featured }}
{{ template "case-study-featured-block" (dict "ctx" $ "page" .) }}
+1
View File
@@ -5,6 +5,7 @@
</head>
<body>
{{ partial "navbar.html" . }}
{{ partial "deprecation-warning.html" . }}
{{ block "main" . }}{{ end }}
{{ partialCached "footer.html" . }}
<!-- Disabling this as elements queries do not appear to exist on case studies -->