Skip to content

Commit

Permalink
added sub header and footer to blog pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Aug 25, 2015
1 parent 934818e commit 549a1ab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
layout: default
---
<div class="subheader">
<div class="bounds">
<h1>Blog</h1>
<div class="subheader__description">All the latest news and insights on PhoneGap</div>
</div>
</div>
<div class="bounds--blog">
<article class="blog-post">
<header>
Expand All @@ -20,3 +26,11 @@ <h1 class="blog-post__title"><a href="{{ page.url }}">{{ page.title }}</a></h1>
</article>
{% include blog-aside.html %}
</div>
<div class="sub-footer">
<div class="bounds">
<h2>Dig into documentation</h2>
<div class="sub-footer__description">
Whether you’re looking for <a href="#">in-depth guides</a> on how to build better PhoneGap apps, or <a href="#">references</a> to APIs, configuration and usage this is the place to go. You’ll also find documentation for both PhoneGap and Cordova <a href="#">plugins</a>. How could you go wrong?
</div>
</div>
</div>
14 changes: 14 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
extra_js:
- taglist.js
---
<div class="subheader">
<div class="bounds">
<h1>Blog</h1>
<div class="subheader__description">All the latest news and insights on PhoneGap</div>
</div>
</div>
<div class="bounds--blog">
<div class="blog-post__preview-list">
<!-- This loops through the paginated posts -->
Expand Down Expand Up @@ -57,3 +63,11 @@
</div>
{% include blog-aside.html %}
</div>
<div class="sub-footer">
<div class="bounds">
<h2>Dig into documentation</h2>
<div class="sub-footer__description">
Whether you’re looking for <a href="#">in-depth guides</a> on how to build better PhoneGap apps, or <a href="#">references</a> to APIs, configuration and usage this is the place to go. You’ll also find documentation for both PhoneGap and Cordova <a href="#">plugins</a>. How could you go wrong?
</div>
</div>
</div>

0 comments on commit 549a1ab

Please sign in to comment.