diff options
author | garhve <git@garhve.com> | 2023-01-02 06:02:01 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-01-02 06:02:01 +0800 |
commit | be772f40c42711de54a3331db2781b1511acba9d (patch) | |
tree | 0808a7750d3c1055b0e86071c219d872775b1f92 /themes/emily_zola_theme/content/post/_index.md | |
parent | 3ae5ecf803ed2d4ece2c9da6d91aae0f075c5b0c (diff) |
change to zola
Diffstat (limited to 'themes/emily_zola_theme/content/post/_index.md')
-rw-r--r-- | themes/emily_zola_theme/content/post/_index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/emily_zola_theme/content/post/_index.md b/themes/emily_zola_theme/content/post/_index.md new file mode 100644 index 0000000..c7904ac --- /dev/null +++ b/themes/emily_zola_theme/content/post/_index.md @@ -0,0 +1,7 @@ ++++ +sort_by = "date" +template = "post.html" +page_template = "post-page.html" +[extra] +math = false ++++
\ No newline at end of file |