X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/c2805fe1e8edf44ec898b1be88d0082d99e35dc1..45d71cbd303051c5d34ea94ca0c52c8c10791c2c:/templates/article.html diff --git a/templates/article.html b/templates/article.html index db501a6c0..54a2cb0cc 100644 --- a/templates/article.html +++ b/templates/article.html @@ -3,7 +3,17 @@ {% set title=article.title %} {% block content %}
- {{ artinfo.info(article) }} + {%- if article.source.meta.imported is defined %} +
+ This article was imported from freenode's wordpress blog, and is + likely out of date. It's preserved here in the interest of + history, but please don't treat it as an authoritative source in + any context. +
+ {%- endif %} +
+ {{ artinfo.info(article) }} +
{{ article.render() }}