diff --git a/_config.yml b/_config.yml index 26e0f33..a4b5571 100644 --- a/_config.yml +++ b/_config.yml @@ -17,8 +17,8 @@ title: Governance Archaeology # email: hello@patdryburgh.com description: >- # this means to ignore newlines until "baseurl:" TK Governance Archaeology description -baseurl: "/" # the subpath of your site, e.g. /blog -# url: "https://patdryburgh.github.io" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/hitchens" # the subpath of your site, e.g. /blog +url: "https://patdryburgh.github.io" # the base hostname & protocol for your site, e.g. http://example.com # icon: /assets/images/icon-512.png # twitter_username: patdryburgh # github_username: patdryburgh diff --git a/_data/menu.yml b/_data/menu.yml index 1ac871c..ed7414f 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,8 +1,8 @@ - title: About the Project - url: about.html + url: /about.html - title: Database - url: database.html + url: /database.html - title: Excavations url: https://excavations.digital/ diff --git a/_layouts/default.html b/_layouts/default.html index b1bb725..bbb48d7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,31 +21,13 @@
- {% if page.layout == 'home' %} - - Skip to list of posts - - {% else %} - - Skip to content - - {% endif %} + {{ content }} - {{ content }} - - {% unless site.hide_search %} - {% include search.html %} - {% endunless %} - - {% include menu.html %} - - {% unless site.hide_credits %} - - {% endunless %} + -