summaryrefslogtreecommitdiffstats
path: root/index.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'index.jinja')
-rw-r--r--index.jinja2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.jinja b/index.jinja
index 06e32b8..575eb67 100644
--- a/index.jinja
+++ b/index.jinja
@@ -14,6 +14,7 @@ h2 { border-bottom: 1px solid #EEE; }
ul { padding-left: 0; list-style:none }
ol { padding-left: 1.5em; }
li + li { margin-top: 0.5em}
+.updated { border-top: 1px solid #EEE; text-align: right; color: #777; font-style: italic; margin-top: 2em}
</style>
</head>
<body>
@@ -34,5 +35,6 @@ li + li { margin-top: 0.5em}
</ul>
<h2>References</h2>
{{refs}}
+ <p class="updated">Last updated on {{date}}</p>
</body>
</html>