More site code improvements. Better imgproc, better caption CSS, make post archetype assume we'll have images.
This commit is contained in:
parent
3c80fa1214
commit
33a57f0373
5 changed files with 46 additions and 23 deletions
10
archetypes/posts/index.md
Normal file
10
archetypes/posts/index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "{{ replace (replace .Name "draft-" "") "-" " " | title }}"
|
||||
date: {{ dateFormat (.Site.Params.dateformat) .Date }}
|
||||
draft: true
|
||||
tags:
|
||||
- tag1
|
||||
---
|
||||
|
||||
|
||||
<!--more-->
|
Loading…
Add table
Add a link
Reference in a new issue