X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/80a429d30dd44b0274bf92486fa7639441116ced..083b6653f96bcbbea1328090e4775b055ab01c03:/pcdenotes/settings.py diff --git a/pcdenotes/settings.py b/pcdenotes/settings.py index 5e82661..1d455a7 100644 --- a/pcdenotes/settings.py +++ b/pcdenotes/settings.py @@ -142,4 +142,6 @@ MARKDOWNIFY = { #"STRIP": False, "BLEACH": False } -} \ No newline at end of file +} + +NOTES_PER_PAGE = 5 \ No newline at end of file