Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
specify page description in page frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryMoon committed Apr 9, 2017
1 parent 6c0f469 commit e97989e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

<div class="branding">

<h1><a href="/">Master<span>WP</span> Weekly</a></h1>
<h2>A concise and carefully curated email to enjoy every week.</h2>
<h1><a href="/">Master<span>WP</span></a></h1>
{% if page.description %}
<h2>{{ page.description }}</h2>
{% endif %}

</div>

Expand Down
2 changes: 1 addition & 1 deletion _pages/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: WordPress Theme Finder
permalink: /wordpress-themes/
layout: themes
intro_include: theme-filter.html
description: Find the perfect WordPress theme.
---
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: home
title: A newsletter for WordPress professionals to look forward to.
description: A concise and carefully curated email to enjoy every week.
redirect_from:
- /newsletter/
---
Expand Down

0 comments on commit e97989e

Please sign in to comment.