From 980538b7be14130f2582f410aa25abf836b29d5b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 27 Feb 2014 15:26:23 -0500 Subject: [PATCH] Remove barely used tagline variable --- _config.yml | 1 - _layouts/post.html | 1 - _posts/2012-05-22-readability-post.md | 1 - _posts/2013-05-23-readability-feature-post.md | 1 - feed.xml | 1 - 5 files changed, 5 deletions(-) diff --git a/_config.yml b/_config.yml index c9f7a7e5..8c8be48b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,4 @@ title: Minimal Mistakes -tagline: Jekyll Theme description: A responsive Jekyll theme large featured images and solid typography. #Comment out url when working locally to resolve base urls correctly url: http://mmistakes.github.io/minimal-mistakes diff --git a/_layouts/post.html b/_layouts/post.html index e258d12e..50da834c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,7 +25,6 @@

{{ page.title }}

-

{{ page.tagline }}

{{ content }} diff --git a/_posts/2012-05-22-readability-post.md b/_posts/2012-05-22-readability-post.md index a82a6746..0cd27a89 100644 --- a/_posts/2012-05-22-readability-post.md +++ b/_posts/2012-05-22-readability-post.md @@ -1,7 +1,6 @@ --- layout: post title: "Testing Readability with a Bunch of Text" -tagline: "A bunch of hipster ipsum for ya head." description: "A ton of text to test readability." tags: [sample post, readability, test] --- diff --git a/_posts/2013-05-23-readability-feature-post.md b/_posts/2013-05-23-readability-feature-post.md index 7abfd11b..93fb9c02 100644 --- a/_posts/2013-05-23-readability-feature-post.md +++ b/_posts/2013-05-23-readability-feature-post.md @@ -1,7 +1,6 @@ --- layout: post title: "Post with Large Feature Image and Text" -tagline: "A bunch of hipster ipsum for ya head." description: "Custom written post descriptions are the way to go... if you're not lazy." tags: [sample post, readability, test] image: diff --git a/feed.xml b/feed.xml index 81e94bf2..00a1218a 100644 --- a/feed.xml +++ b/feed.xml @@ -4,7 +4,6 @@ layout: none {{ site.title }} -{{ site.tagline }} Jekyll