was good while it lasted
Diff
index.html | 7 ++++---
_plugins/fetch_posts.rb | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
@@ -27,10 +27,9 @@
<h1 class="topic-heading">We have no news</h1>
<div style="position:relative" class="detailswrapper">
This website fetches news from the <a href="https://app.beatrootnews.com/">Beatroot News
</a> website, which hasn't been updated recently. We intentionally only shows news from
yesterday and tomorrow, so there's no news here as a result.
Check back later for updates.
</a> website, which has gone down in the frequency of its updates to less than 1 news item per day.
As a result, we don't have any news here. If you used this site regularly, please fill <a href="https://tally.so/r/mVyaVy">
this interest form</a>.
</div>
</div>
@@ -27,8 +27,8 @@
class BeatrootNews < Jekyll::Generator
safe true
priority :highest
MAX_POSTS = 150
MAX_POSTS = 10
SOURCE_URL = "https://beatrootnews.com/api.php/article?page%5Blimit%5D=#{MAX_POSTS}&sort=-publishing_date"
def fix_dates_for_dev(data)