From 938c653c71ac5e4fcb3fa36a85f654eef2d9aeee Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 27 Feb 2014 14:15:27 -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 0eee949..2678f68 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,4 @@ title: Site Title -tagline: A short tagline description: Describe your website. # Your site's domain goes here. Leave localhost server or blank when working locally. url: http://localhost:4000 diff --git a/_layouts/post.html b/_layouts/post.html index e258d12..50da834 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 a82a674..0cd27a8 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 7abfd11..93fb9c0 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 81e94bf..00a1218 100644 --- a/feed.xml +++ b/feed.xml @@ -4,7 +4,6 @@ layout: none {{ site.title }} -{{ site.tagline }} Jekyll -- 2.45.2