diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/food/archive.md | 6 | ||||
-rw-r--r-- | content/weblog/archive.md | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/content/food/archive.md b/content/food/archive.md new file mode 100644 index 0000000..940ab0c --- /dev/null +++ b/content/food/archive.md @@ -0,0 +1,6 @@ ++++ +sort_by = "date" +template = "food_archive.html" +paginate_by = 0 ++++ + diff --git a/content/weblog/archive.md b/content/weblog/archive.md index cfc0b4e..c90f85f 100644 --- a/content/weblog/archive.md +++ b/content/weblog/archive.md @@ -1,6 +1,6 @@ +++ sort_by = "date" -template = "archive.html" +template = "weblog_archive.html" paginate_by = 0 +++ |