Make time threshold configurable

This commit is contained in:
Stefan Schlott 2017-09-26 09:20:33 +02:00
parent 10f0e358f5
commit 718f6fb464
3 changed files with 9 additions and 6 deletions

View file

@ -2,7 +2,7 @@ ErrorDocument 404 /404/index.html
RedirectMatch 303 ^/events/$ /events/<%= Time.now.year %>/
RedirectMatch 303 ^/activities/$ /activities/<%= Time.now.year %>/
RedirectMatch 303 ^/archives/articles/$ /archives/articles/<%= Time.now.year %>/
RedirectMatch 303 ^/archives/articles/$ /archives/articles/<%= latest_articles(1,0)[0][:created_at].year %>/
RedirectMatch 303 ^/archives/twitter/$ /archives/twitter/<%= twitter_grouped_by_month.keys.sort.last %>/
RedirectMatch 301 ^/wiki$ /

View file

@ -94,7 +94,7 @@ feed:
</div>
<% end %>
</section>
<p><a href="/archives/articles/<%= latest_articles(1)[0][:created_at].year %>/"><strong>Weitere Artikel</strong></a></p>
<p><a href="/archives/articles/<%= latest_articles(1,0)[0][:created_at].year %>/"><strong>Weitere Artikel</strong></a></p>
</div>
<div class="span4">
<h1>Letzte Tweets</h1>