Skip to content

Commit

Permalink
feat(theme): update default page templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 18, 2015
1 parent 2c6bbeb commit 088b814
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: About
permalink: /curtana-example/
permalink: /example-about/
desc: 關於・について・Introduction
---

Expand Down
10 changes: 10 additions & 0 deletions _app/_pages/themes/curtana/example-news.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
title: News
permalink: /news/
desc: 新聞・ニュース・News
---

{% for post in site.categories.news %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}

0 comments on commit 088b814

Please sign in to comment.