From 9a6fe2bf696c4c364518159735f4f5d12c666681 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 15 Mar 2013 08:20:00 +0100 Subject: Reaorganization of folders for the CSS, templates and pictures. --- source/templates/article.html | 58 ------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 source/templates/article.html (limited to 'source/templates/article.html') diff --git a/source/templates/article.html b/source/templates/article.html deleted file mode 100644 index bd459c4e..00000000 --- a/source/templates/article.html +++ /dev/null @@ -1,58 +0,0 @@ -## article.html -<%inherit file="base.html"/> -
-
-

${article["article_title"]} from ${feed["feed_title"]}

-
- %if article["article_like"]: - - %else: - - %endif -    -

- - ${description} - -
-
-
- -
- Plain text - - Export to EPUB -
- Complete story -
- - Share this article:
- - - - - - - - - - - - - - - - - - - - - - - -
- \ No newline at end of file -- cgit