From fe7b6edc8e332c7d53d86219b1c177bf6ae26fcc Mon Sep 17 00:00:00 2001 From: FELD Boris Date: Wed, 27 Jul 2011 16:52:32 +0200 Subject: [NOTMYIDEA-CMS] Add authors files and update article_infos template with official theme one --- notmyidea-cms/templates/article_infos.html | 4 ++-- notmyidea-cms/templates/author.html | 2 ++ notmyidea-cms/templates/authors.html | 0 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 notmyidea-cms/templates/author.html create mode 100644 notmyidea-cms/templates/authors.html (limited to 'notmyidea-cms') diff --git a/notmyidea-cms/templates/article_infos.html b/notmyidea-cms/templates/article_infos.html index 3e3edea..e1803be 100644 --- a/notmyidea-cms/templates/article_infos.html +++ b/notmyidea-cms/templates/article_infos.html @@ -5,10 +5,10 @@ {% if article.author %}
- By {{ article.author }} + By {{ article.author }}
{% endif %}

In {{ article.category }}. {% if PDF_PROCESSOR %}get the pdf{% endif %}

{% include 'taglist.html' %} {% include 'translations.html' %} - \ No newline at end of file + diff --git a/notmyidea-cms/templates/author.html b/notmyidea-cms/templates/author.html new file mode 100644 index 0000000..0b37290 --- /dev/null +++ b/notmyidea-cms/templates/author.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} diff --git a/notmyidea-cms/templates/authors.html b/notmyidea-cms/templates/authors.html new file mode 100644 index 0000000..e69de29 -- cgit v1.1