diff --git a/_config.yml b/_config.yml index efe4781..b3e971a 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ # theme : "minimal-mistakes-jekyll" # remote_theme : "mmistakes/minimal-mistakes" -minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" +minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" # Site Settings locale : "en-US" @@ -25,7 +25,7 @@ url : "https://codeninjaslangley.co.uk" # the base hostname baseurl : # the subpath of your site, e.g. "/blog" repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" -logo : "https://www.codeninjas.co.uk/assets/img/brands/codeNinjas/code-ninjas-logo.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" +logo : "/assets/img/logo.svg" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : " " # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs : false # true, false (default) words_per_minute : 200 diff --git a/_data/navigation.yml b/_data/navigation.yml index 39ea3ae..c5e22c9 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,5 +1,7 @@ # main links main: + - title: "Home" + url: / - title: "Programmes" url: /programmes/ - title: "Camps" diff --git a/_includes/head.html b/_includes/head.html index 73e5637..dc66785 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,14 +1,11 @@ {% include seo.html %} - {% unless site.atom_feed.hide %} {% endunless %} - - diff --git a/_includes/masthead.html b/_includes/masthead.html index 0c66aa6..65a0d63 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -5,7 +5,7 @@