From d55f819cfd50ef1214d901ed6409197962b7d76e Mon Sep 17 00:00:00 2001 From: lauramoore Date: Mon, 23 Apr 2018 08:04:41 -0400 Subject: [PATCH] changing header for archived pages --- _data/archives.yml | 2 +- _layouts/archive.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/archives.yml b/_data/archives.yml index 5ab67d81e..7535fb57e 100644 --- a/_data/archives.yml +++ b/_data/archives.yml @@ -28,4 +28,4 @@ - id: devnexus2018 title: DevNexus 2018 recordings: https://www.recallact.com/ajug - + slides: https://gist.github.com/prpatel/8368dd045b9399d740bd36efed30aa12 diff --git a/_layouts/archive.html b/_layouts/archive.html index 963f404d8..826211684 100644 --- a/_layouts/archive.html +++ b/_layouts/archive.html @@ -1,6 +1,6 @@ --- layout: default --- - {% include navigation.html %} + {% include navigation-post-show.html %} {{content}} {% include footer.html %}