X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/80a429d30dd44b0274bf92486fa7639441116ced..05f6047a04580ca13f9e12c51804d84ae9d4b8aa:/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