diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-30 22:12:00 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-30 22:17:59 +0200 |
commit | 3b5b22e38dab795fc11e367c30636a3dcd4972fb (patch) | |
tree | a2ecdf353814c1b88bf85c2b1cc4da3e2e87f6a1 /README.md | |
parent | 2adacb681f71234a8bb15d731654a8e449c9dfb4 (diff) |
Added list summaries configuration, tweaked social icons margin on mobile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,8 @@ homeCollection = 'posts' # Pagination size across all website, this is the same for homepage and single list page paginationSize = 100 +# Display summaries under post list entries +listSummaries = false # Social icons [[params.social]] |