diff --git a/_config.yml b/_config.yml index 0aeb11f..b783b92 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,7 @@ url: "https://distrust.co" # the base hostname & protocol for your site, e.g. ht header_pages: - index.md - about.md + - services.md - contact.md style: dark # dark (default), light or hacker diff --git a/_includes/header.html b/_includes/header.html index a67ee0b..e9bee1c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,7 +1,11 @@ {%- assign page_paths = site.header_pages | default: default_paths -%}