diff --git a/_config.yml b/_config.yml index aff023d..a7bbb9e 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ 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 diff --git a/_includes/head.html b/_includes/head.html index 6d19d9a..7484611 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,49 +6,95 @@ {{ 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 %} - - - - - - -