diff --git a/_config.yml b/_config.yml index 1857d84..ae0c88b 100644 --- a/_config.yml +++ b/_config.yml @@ -2,11 +2,7 @@ exclude: [vendor] # Permalinks -# -# Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty -# relative_permalinks no longer work in Jekyll v3 -#relative_permalinks: true # Setup title: Infomation Safety @@ -40,3 +36,8 @@ google_analytics: UA-70082859-1 #version: 2.0.0 #github: # repo: https://github.com/poole/poole + +# Gems +gems: + - jekyll-paginate + - jekyll-gist diff --git a/_includes/head.html b/_includes/head.html index 79bf78b..f21a48f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,8 +1,5 @@ - - - @@ -13,14 +10,8 @@ {% endif %} - - - - - - diff --git a/_layouts/post.html b/_layouts/post.html index 7869f00..b1551e6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,16 +15,14 @@

{{ page.title }}

{% if site.related_posts != empty %}