aboutsummaryrefslogtreecommitdiff
path: root/source/templates/plain_text.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:20:00 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:20:00 +0100
commit9a6fe2bf696c4c364518159735f4f5d12c666681 (patch)
treec540d7d1cf76542627673ef36490c641bb02f50f /source/templates/plain_text.html
parentUpdated revision date (diff)
downloadnewspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.gz
newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.bz2
newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.zip
Reaorganization of folders for the CSS, templates and pictures.
Diffstat (limited to 'source/templates/plain_text.html')
-rw-r--r--source/templates/plain_text.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/templates/plain_text.html b/source/templates/plain_text.html
deleted file mode 100644
index 44b7da91..00000000
--- a/source/templates/plain_text.html
+++ /dev/null
@@ -1,5 +0,0 @@
-## plain_text.html
-<%inherit file="base.html"/>
-<div class="left inner">
- <h1><i>${article_title}</i> from <a href="/articles/%s">${feed_title}</a></h1><br />
- ${description} \ No newline at end of file
bgstack15