13 lines
214 B
Markdown
13 lines
214 B
Markdown
|
+++
|
||
|
title = "Blog Posts"
|
||
|
description = "All of the posts for my blog"
|
||
|
sort_by = "date"
|
||
|
template = "blog.html"
|
||
|
page_template = "post.html"
|
||
|
insert_anchor_links = "right"
|
||
|
generate_feed = true
|
||
|
|
||
|
[extra]
|
||
|
lang = 'en'
|
||
|
+++
|