aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-10-11 08:48:08 +0200
committerHugo Hörnquist <hugo@hornquist.se>2018-10-11 08:48:08 +0200
commit2182f595aeef45bdf06493d7b6d1fca1667ce6a5 (patch)
treec3935739722fc9f5148f6c8b1eefb0decfedc20c /templates
parentThu, 11 Oct 2018 08:32:03 +0200 (diff)
downloadwiki-public-2182f595aeef45bdf06493d7b6d1fca1667ce6a5.tar.gz
wiki-public-2182f595aeef45bdf06493d7b6d1fca1667ce6a5.tar.xz
Improve template.
Diffstat (limited to 'templates')
-rw-r--r--templates/default.tpl13
1 files changed, 11 insertions, 2 deletions
diff --git a/templates/default.tpl b/templates/default.tpl
index 0916ce4..09bf1df 100644
--- a/templates/default.tpl
+++ b/templates/default.tpl
@@ -1,12 +1,21 @@
<!doctype html>
<html>
<head>
- <title>%title%</title>
+ <link rel="Stylesheet" type="text/css" href="%root_path%style.css" />
+ <title>%title%</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style>
+ footer {
+ font-size: 80%;
+ color: gray;
+ }
+ </style>
</head>
<body>
<div class="content">
%content%
</div>
- <p><small>Page created on %date%</small></p>
+ <hr/>
+ <footer> Page generated on %date% </footer>
</body>
</html>