aboutsummaryrefslogtreecommitdiff
path: root/source/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/base.html')
-rw-r--r--source/templates/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/templates/base.html b/source/templates/base.html
index 6380bf37..6b60703e 100644
--- a/source/templates/base.html
+++ b/source/templates/base.html
@@ -12,14 +12,13 @@
<a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a>
</div>
<a name="top"><a href="/"><h1>pyAggr3g470r - News aggregator</h1></a></a>
- <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">pyAggr3g470r (source code)</a>
${self.body()}
<hr />
<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.</p>
+ 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>
</body>
</html> \ No newline at end of file
bgstack15