aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/about.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-10-13 11:10:52 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-10-13 11:10:52 +0200
commitd33d9083c974dde2c65fe454b151aa4849d5dfbe (patch)
tree925c501d702bf628a0b74aa16c668c11b9c7e301 /pyaggr3g470r/templates/about.html
parentUpdated README. (diff)
downloadnewspipe-d33d9083c974dde2c65fe454b151aa4849d5dfbe.tar.gz
newspipe-d33d9083c974dde2c65fe454b151aa4849d5dfbe.tar.bz2
newspipe-d33d9083c974dde2c65fe454b151aa4849d5dfbe.zip
Updated about page. Readed article title are using h3 headers and unreaded h1 headers.
Diffstat (limited to 'pyaggr3g470r/templates/about.html')
-rw-r--r--pyaggr3g470r/templates/about.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html
index 8d1c8b69..5bba9282 100644
--- a/pyaggr3g470r/templates/about.html
+++ b/pyaggr3g470r/templates/about.html
@@ -1 +1,8 @@
-
+ {% extends "layout.html" %}
+{% block content %}
+<div class="container">
+ <p>This software is under GPLv3 license. You are welcome to copy, modify or
+ redistribute the source code according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.<br />
+ <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p>
+</div><!-- /.container -->
+{% endblock %}
bgstack15