diff --git a/_config.yml b/_config.yml index bee6bd2..df76526 100644 --- a/_config.yml +++ b/_config.yml @@ -21,9 +21,10 @@ title: Distrust email: lance@distrust.co description: >- # this means to ignore newlines until "baseurl:" - Trust Nothing + Understand and mitigate security threats others won't see coming. baseurl: "" # the subpath of your site, e.g. /blog url: "https://distrust.co" # the base hostname & protocol for your site, e.g. http://example.com +banner: "https://distrust.co/assets/base/distrust-logo.png" header_pages: - index.md @@ -35,7 +36,7 @@ header_pages: style: dark # dark (default), light or hacker listen_for_clients_preferred_style: false # false (default) or true -footer: '2023 Distrust, LLC' +footer: '2024 Distrust, LLC' # Build settings theme: jekyll-theme-console diff --git a/_includes/head.html b/_includes/head.html index 04951be..8b4dc9f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,38 +6,94 @@ {{ page.title }} + - {% if page.robots %} - + {% if page.noindex %} + + {% endif %} {% if page.title %} + + + {% else %} + + + + {% endif %} {% if page.summary %} + + {% else %} + + {% endif %} {% if page.url %} + + {% endif %} {% if page.date %} + + + {% endif %} {% if page.thumbnail %} + + {% endif %} {% if page.categories %} {% for category in page.categories + limit:1 %} + + {% endfor %} {% endif %} {% if page.tags %} {% for tag in page.tags %} + + {% endfor %} {% endif %} + + + + + + + {% if page.title %} + + {% else %} + {% endif %} - - + {% if page.url %} + + {% endif %} {% if page.summary %} + + {% else %} + + {% endif %} {% if page.header-img %} + + {% endif %} - - - - - - -