blob: 39928c762f2cbd5755d989b2c5b8abe96c65b691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
author: ""
image: ""
description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by {{ .Params.author }}"
amazon: ""
rating: 4
type: 'book'
genres:
- fiction
categories:
- fiction
date: {{ .Date }}
last_read: ['{{ dateFormat "2006-01-02" .Date }}']
headless: true
---
|