diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-06-13 18:17:58 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-06-13 18:17:58 +0300 |
commit | 818b22078c9e106594fe5c0fbcdd4fb7248e15a6 (patch) | |
tree | 7082f7d217cc878d38ab08271ab139ce431d09e7 /content | |
parent | 8066b03372131ac206cafc4fe5735ebdf88cf31e (diff) | |
download | yaroslavps.com-818b22078c9e106594fe5c0fbcdd4fb7248e15a6.tar.gz yaroslavps.com-818b22078c9e106594fe5c0fbcdd4fb7248e15a6.zip |
Added links to recipes, recipe archive, smol template changes
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 +++ |