diff options
author | Daniel Jones <daniel@danieljon.es> | 2018-01-04 22:07:28 -0500 |
---|---|---|
committer | Daniel Jones <daniel@danieljon.es> | 2018-01-04 22:07:28 -0500 |
commit | e64402fa57ba308241a02553185e730b4f6df525 (patch) | |
tree | e6edb449ad5451d8b921d8c4261e02f3c07cb39d | |
parent | 813bebb67686ae187c950edf39cc7b30153ad00c (diff) | |
download | website-e64402fa57ba308241a02553185e730b4f6df525.tar.gz website-e64402fa57ba308241a02553185e730b4f6df525.zip |
changed blog posts per page to 10, this is a bandaid to a current bug reguarding a blank final page. I need to look into this
-rw-r--r-- | settings.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.cfg b/settings.cfg index dcc96f1..39cf168 100644 --- a/settings.cfg +++ b/settings.cfg @@ -18,7 +18,7 @@ dir = blog direct = direct srcdir = content/blog # number of posts per page -perpage = 7 +perpage = 10 [anime] title = viewings header = <h1>Opinions on media</h1>Various thoughts and opinions on shows/movies I have watched. Spoilers ahead.<br><br> |