switch to octopress 3 (pre)
This commit is contained in:
4
_templates/draft
Normal file
4
_templates/draft
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
---
|
4
_templates/page
Normal file
4
_templates/page
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
---
|
5
_templates/post
Normal file
5
_templates/post
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
date: {{ date }}
|
||||
---
|
Reference in New Issue
Block a user