X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/b9f1cb6954cefd0cca684c376ba464f63fb9b232..451d7720c831e134f2e860ddfe1138d1e92340ef:/templates/article.html diff --git a/templates/article.html b/templates/article.html index de10e5f87..578a50995 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,8 +1,20 @@ {% extends "base.html" %} {% import "artinfo.html" as artinfo with context %} +{% set title=article.title %} +{% set robots=article.robots %} {% 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. Links on this page may be out of date and broken. +
+ {%- endif %} +
+ {{ artinfo.info(article) }} +
{{ article.render() }}