aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-10-18 13:28:29 +0200
committerHugo Hörnquist <hugo@hornquist.se>2018-10-18 13:28:29 +0200
commit4ed99c9dceaa440495dea376d8742f3c50dff8c0 (patch)
tree0f27d845660c284715b754548ce8bdfe9756b838 /templates
parentWed, 17 Oct 2018 13:07:32 +0200 (diff)
downloadwiki-public-4ed99c9dceaa440495dea376d8742f3c50dff8c0.tar.gz
wiki-public-4ed99c9dceaa440495dea376d8742f3c50dff8c0.tar.xz
Add home link to pages.
Diffstat (limited to 'templates')
-rw-r--r--templates/default.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/default.tpl b/templates/default.tpl
index 0876045..f6516b6 100644
--- a/templates/default.tpl
+++ b/templates/default.tpl
@@ -25,10 +25,14 @@ footer {
.content {
width: 80%;
+ margin-top: -3em;
}
</style>
</head>
<body>
+ <div class="top">
+ <a href="/">Home</a>
+ </div>
<div class="content">
%content%
</div>