summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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>