diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-14 19:33:05 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-14 19:33:05 +0200 |
commit | 948ebfda6f04577dd956c496bd24569fab479ffc (patch) | |
tree | d539b889bf0b9056f89fb1103ce9b4317f441c3f /content/blog | |
parent | e95289c4833eee291a8217c771c2490ebcbbc751 (diff) | |
download | garagehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.tar.gz garagehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.zip |
Small templates changes
Diffstat (limited to 'content/blog')
-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 ++++ |