diff options
author | Alex <alex@adnab.me> | 2022-09-29 17:30:50 +0200 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-09-29 17:30:50 +0200 |
commit | 08d43d3a9553dffc7f7ea916ef3890b7208c5aec (patch) | |
tree | 255cd1dbfa66a538c203e88086a09b8d51539de9 /content/blog/_index.md | |
parent | d549b125dcb64ccf16fd7dbf066a7d39165523b7 (diff) | |
parent | adb4129999bb10908f62ddeabfdad61fb4911f13 (diff) | |
download | garagehq.deuxfleurs.fr-08d43d3a9553dffc7f7ea916ef3890b7208c5aec.tar.gz garagehq.deuxfleurs.fr-08d43d3a9553dffc7f7ea916ef3890b7208c5aec.zip |
Merge pull request 'Templates changes and doc updates for v0.8' (#11) from v0.8 into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garagehq.deuxfleurs.fr/pulls/11
Diffstat (limited to 'content/blog/_index.md')
-rwxr-xr-x | content/blog/_index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md index 621c16b..b45b8e4 100755 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,6 +1,8 @@ +++ title = "Blog" description = "This is our developer journal" +template = "blog_index.html" +page_template = "blog_article.html" sort_by = "date" paginate_by = 5 -+++
\ No newline at end of file ++++ |