diff options
author | Alan Pearce | 2020-11-14 21:18:01 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 21:52:50 +0100 |
commit | 5c7878c3d18eae1d635aff080bebaff32bc553ad (patch) | |
tree | 2c0d1b6ce81f224756abdb11c9b604454f5fdc13 | |
parent | 5de7de4e64cb20183ebfe86e16578f4abd62a23e (diff) | |
download | website-5c7878c3d18eae1d635aff080bebaff32bc553ad.tar.lz website-5c7878c3d18eae1d635aff080bebaff32bc553ad.tar.zst website-5c7878c3d18eae1d635aff080bebaff32bc553ad.zip |
Enable posts listing
-rw-r--r-- | content/post/_index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/post/_index.md b/content/post/_index.md new file mode 100644 index 0000000..e45e70a --- /dev/null +++ b/content/post/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Posts" +sort_by = "date" +paginate_reversed = true ++++ |