diff options
author | mms <michal@sapka.me> | 2023-11-08 16:11:05 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-11-08 16:11:05 +0100 |
commit | 9d83a868da2b5db82efc3edda06448a3aa6c48b9 (patch) | |
tree | abc8eaa67d7e8d3835040e2e932a7f952fe342b4 /layouts/shortcodes/post-count.html | |
parent | 1a98525e9cfba9d4418daf09ad8268b0a086464c (diff) |
feat: site info
Diffstat (limited to 'layouts/shortcodes/post-count.html')
-rw-r--r-- | layouts/shortcodes/post-count.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/post-count.html b/layouts/shortcodes/post-count.html new file mode 100644 index 0000000..bbe1a3f --- /dev/null +++ b/layouts/shortcodes/post-count.html @@ -0,0 +1 @@ +{{ len .Page.Site.RegularPages }} |