diff --git a/_config.yml b/_config.yml index 0eee9491..2678f684 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 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