changed type 'post' to type 'article' for single articles.
[theme-danix.xyz.git] / archetypes / articles.md
1 ---
2 title: "{{ replace .Name "-" " " | title }}"
3 date: {{ .Date }}
4 draft: true
5 type: post
6 author: "{{ $.Site.Params.author_name }}"
7 format: ""
8 excerpt: ""
9 featured_image: "/img/default_article.jpg"
10 categories:
11 - "add"
12 - "yours"
13 tags:
14 - "tag me"
15
16 ---
17
18 *enjoy your new article*