Remove Octopress new post/page templates
This commit is contained in:
parent
b7b887f6e4
commit
be1c66fd8c
3 changed files with 0 additions and 29 deletions
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
layout: post-index
|
|
||||||
title: {{ title }}
|
|
||||||
permalink:
|
|
||||||
modified:
|
|
||||||
excerpt:
|
|
||||||
image:
|
|
||||||
feature:
|
|
||||||
---
|
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
layout: {{ layout }}
|
|
||||||
title: {{ title }}
|
|
||||||
date: {{ date }}
|
|
||||||
modified:
|
|
||||||
excerpt:
|
|
||||||
tags: []
|
|
||||||
image:
|
|
||||||
feature:
|
|
||||||
---
|
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
layout: {{ layout }}
|
|
||||||
title: {{ title }}
|
|
||||||
modified:
|
|
||||||
categories: {{ dir }}
|
|
||||||
excerpt:
|
|
||||||
tags: []
|
|
||||||
image:
|
|
||||||
feature:
|
|
||||||
---
|
|
Loading…
Reference in a new issue