tweaking templates
added summary, image and tags
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
summary: {{ summary }}
|
||||
image: {{ image }}
|
||||
tags: {{ tags }}
|
||||
---
|
||||
|
@ -1,5 +1,8 @@
|
||||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
summary: {{ summary }}
|
||||
image: {{ image }}
|
||||
date: {{ date }}
|
||||
tags: {{ tags }}
|
||||
---
|
||||
|
Reference in New Issue
Block a user