X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/811c2c30277f11cc7a35a347a74e4112f97569ac..13c4006f37b417e6dbccd90e9ebdbd020bedf702:/src/wolnelektury/settings/custom.py diff --git a/src/wolnelektury/settings/custom.py b/src/wolnelektury/settings/custom.py index 11e29c6e1..f7fca4755 100644 --- a/src/wolnelektury/settings/custom.py +++ b/src/wolnelektury/settings/custom.py @@ -20,7 +20,7 @@ CATALOGUE_CUSTOMPDF_RATE_LIMIT = '1/m' # for TeX morefloats library version LIBRARIAN_PDF_MOREFLOATS = None -LATEST_BLOG_POSTS = "http://nowoczesnapolska.org.pl/feed/?cat=-135" +LATEST_BLOG_POSTS = "https://fundacja.wolnelektury.pl/feed/?cat=-135" CATALOGUE_COUNTERS_FILE = os.path.join(VAR_DIR, 'catalogue_counters.p')