From a409705ba7cd4077383ef8bb35cc1cd55b236deb Mon Sep 17 00:00:00 2001 From: Sarah German Date: Wed, 12 Oct 2022 17:12:41 +0000 Subject: Refactor Archives page to use versions.json --- layouts/archives.html | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 layouts/archives.html (limited to 'layouts') diff --git a/layouts/archives.html b/layouts/archives.html deleted file mode 100644 index 530d3fa1..00000000 --- a/layouts/archives.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -<%= render '/head.*' %> - - - <%= render '/gtm.*' %> - <%= render '/header.*' %> -
-
-
-
-
- <%= yield %> -
- <% if @item[:last_updated] %> -
-

- Last updated <%= @item[:last_updated] %> -

- <% end %> - <%= render '/footer.*' %> -
-
-
- - - - - - <% if production? %> - <%# Add analytics only in production %> - <%= render '/analytics.*' %> - <% end %> - <%= render '/schema-microdata.*' %> - - -- cgit v1.2.3