summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-07-14 13:00:38 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-07-14 13:00:38 +0200
commitf0c7cb7b79b1968e1ec19fb5db5afa87068b22f1 (patch)
tree4befc85d8cfe3c9b0c71c48b4a786c0363486dfa /templates
parent07a0c7af4715a33ce828578449f71434e8ee0d19 (diff)
downloadaCms-f0c7cb7b79b1968e1ec19fb5db5afa87068b22f1.tar.gz
aCms-f0c7cb7b79b1968e1ec19fb5db5afa87068b22f1.tar.bz2
small text and link fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/logout.tmpl4
-rw-r--r--templates/master.tmpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/logout.tmpl b/templates/logout.tmpl
index df1302d..81afbc8 100644
--- a/templates/logout.tmpl
+++ b/templates/logout.tmpl
@@ -12,11 +12,11 @@
</div>
<div>
- If you found bugs, report them on Github.
+ If you found bugs, report them on <a href="https://github.com/andreasbaumann/aCMS/issues">Github</a>.
</div>
<div>
- Otherwise contacting the developers is possible via email directly.
+ Otherwise contact the developers directly by email.
</div>
<div>
diff --git a/templates/master.tmpl b/templates/master.tmpl
index 642b25f..7bdafbd 100644
--- a/templates/master.tmpl
+++ b/templates/master.tmpl
@@ -17,7 +17,7 @@
<div id="sidebar">
<img src="/media/images/logo_big.png" width="280" height="280" alt="aCms logo" /></a>
- <h1><a href="<%= root() %>">aCMS</a></h1>
+ <h1><a href="http://github.com/andreasbaumann/aCMS">aCMS</a></h1>
<p class="slogan">A simple demo CMS showing the power of the following software:</p>
<ul>
<li><a href="http://cppcms.com/wikipp/en/page/main">CppCMS</a><br/>a C++ web programming framework</li>