diff --git a/Gemfile b/Gemfile index a2fbc086..44885381 100644 --- a/Gemfile +++ b/Gemfile @@ -1,17 +1,7 @@ source "https://rubygems.org" -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! gem "jekyll", "~> 4.2" -# Install jekyll-brotli gem (https://github.com/philnash/jekyll-brotli/) -# If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" gem "jekyll-brotli", "~> 2.3" diff --git a/_config.yml b/_config.yml index 5e89b198..1a5b88d4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,18 +1,3 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. - -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. title: Privacy Guides email: jonah@privacyguides.org description: >- # this means to ignore newlines until "baseurl:" @@ -55,15 +40,3 @@ plugins: - jekyll-feed - jekyll-brotli exclude: [privacytools.io/] - -# Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. -# exclude: -# - Gemfile -# - Gemfile.lock -# - node_modules -# - vendor/bundle/ -# - vendor/cache/ -# - vendor/gems/ -# - vendor/ruby/ diff --git a/_includes/footer.html b/_includes/footer.html index 6a6a6081..e2b0627f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,3 @@ -{% include hr.html %} -{% include breadcrumbs.html %} -

Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy.

Unless otherwise noted, the original content on this website is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. diff --git a/_layouts/page.html b/_layouts/page.html index 9d95bff3..bb3593f5 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -7,5 +7,7 @@ layout: default {{ page.description }}

{% endif %} {{ content }} + {% include hr.html %} + {% include breadcrumbs.html %} {% include footer.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 2bd8ec16..ee78ae28 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -23,5 +23,6 @@ layout: default {% if page.canonical or page.cover_src_publisher %}
{% if page.cover_src_publisher %}

Cover photo: {{ page.cover_src_publisher }}. Used with permission.

{% endif %} {% if page.canonical %}

This post was originally published on {% if page.canonical_publisher %}{{ page.canonical_publisher }}{% else %}{{ page.canonical }}{% endif %} and has been syndicated here with the permission of the author or publication.{% endif %}

{% endif %} + {% include hr.html %} {% include footer.html %} diff --git a/_layouts/recommendation.html b/_layouts/recommendation.html index cb1ac6e5..1717f5cf 100644 --- a/_layouts/recommendation.html +++ b/_layouts/recommendation.html @@ -20,5 +20,7 @@ layout: default {{ content }} {% include downloads.html %} + {% include hr.html %} + {% include breadcrumbs.html %} {% include footer.html %}