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