# HG changeset patch # User Goffi # Date 1522489181 -7200 # Node ID 19d1f4d465fcd84ef3c7b2d0ed40113c9eabd811 # Parent e9bd848b21dad1d263f80728f7a5eabd15e06f9b quick fix for news.html, page was using old URL diff -r e9bd848b21da -r 19d1f4d465fc sat_website/templates/sat_website/news.html --- a/sat_website/templates/sat_website/news.html Sat Jan 13 19:17:19 2018 +0100 +++ b/sat_website/templates/sat_website/news.html Sat Mar 31 11:39:41 2018 +0200 @@ -27,7 +27,7 @@
{% autoescape off %} - {% insert_blog_content "https://libervia.org/blog/salut-a-toi" %} + {% insert_blog_content "https://libervia.org/blog_legacy/salut-a-toi" %} {% endautoescape %}