Remove barely used tagline variable
This commit is contained in:
parent
fda2f4cbf0
commit
938c653c71
5 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
title: Site Title
|
title: Site Title
|
||||||
tagline: A short tagline
|
|
||||||
description: Describe your website.
|
description: Describe your website.
|
||||||
# Your site's domain goes here. Leave localhost server or blank when working locally.
|
# Your site's domain goes here. Leave localhost server or blank when working locally.
|
||||||
url: http://localhost:4000
|
url: http://localhost:4000
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
<article>
|
<article>
|
||||||
<div class="headline-wrap">
|
<div class="headline-wrap">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<h2>{{ page.tagline }}</h2>
|
|
||||||
</div><!--/ .headline-wrap -->
|
</div><!--/ .headline-wrap -->
|
||||||
<div class="article-wrap">
|
<div class="article-wrap">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "Testing Readability with a Bunch of Text"
|
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."
|
description: "A ton of text to test readability."
|
||||||
tags: [sample post, readability, test]
|
tags: [sample post, readability, test]
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "Post with Large Feature Image and Text"
|
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."
|
description: "Custom written post descriptions are the way to go... if you're not lazy."
|
||||||
tags: [sample post, readability, test]
|
tags: [sample post, readability, test]
|
||||||
image:
|
image:
|
||||||
|
|
1
feed.xml
1
feed.xml
|
@ -4,7 +4,6 @@ layout: none
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||||
<title type="text">{{ site.title }}</title>
|
<title type="text">{{ site.title }}</title>
|
||||||
<subtitle type="text">{{ site.tagline }}</subtitle>
|
|
||||||
<generator uri="https://github.com/jekyll/jekyll">Jekyll</generator>
|
<generator uri="https://github.com/jekyll/jekyll">Jekyll</generator>
|
||||||
<link rel="self" type="application/atom+xml" href="{{ site.url }}/feed.xml" />
|
<link rel="self" type="application/atom+xml" href="{{ site.url }}/feed.xml" />
|
||||||
<link rel="alternate" type="text/html" href="{{ site.url }}" />
|
<link rel="alternate" type="text/html" href="{{ site.url }}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue