From 962ffe9a3543960d3b41ac4067563ab041df0718 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 26 Feb 2016 14:33:33 -0500 Subject: [PATCH] Fix the logo URL --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 354e3a4..94f3544 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -41,4 +41,4 @@ NOTEBOOK_DIR = 'notebooks' THEME='nest' #NEST_INDEX_HEADER_TITLE="Bradlee Speice" NEST_INDEX_HEADER_SUBTITLE="Exploring the intersection of Computer Science and Financial Engineering" -NEST_HEADER_LOGO="images/logo.svg" +NEST_HEADER_LOGO="/images/logo.svg"