Skip to content

Commit

Permalink
Test using fake indexes for author and tag pages
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Feb 7, 2015
1 parent 47bf1c8 commit 67ff80c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions author/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: page
title: Author
cover: 'assets/images/cover1.jpg'
logo: 'assets/images/ghost.png'
class: 'home-template'
---

Authors page.
9 changes: 9 additions & 0 deletions tag/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: page
title: Tags
cover: 'assets/images/cover1.jpg'
logo: 'assets/images/ghost.png'
class: 'home-template'
---

Tags page.

0 comments on commit 67ff80c

Please sign in to comment.