aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>