aboutsummaryrefslogtreecommitdiff
path: root/template/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.tt')
-rw-r--r--template/index.tt4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/index.tt b/template/index.tt
index 4b59942..08c9b24 100644
--- a/template/index.tt
+++ b/template/index.tt
@@ -1,8 +1,10 @@
<html>
-[% title = "Gorilla Nest" %]
+[% title = "ACTIVATION PHRASE: GORILLA NEST" %]
+[% description = "Git In The Gorilla Nest!" %]
[% INCLUDE head.tt %]
<body>
<h1>[% title %]</h1>
+<h2>[% description %]</h2>
<ul>[% FOR i IN directories %]<li><a href="/[% i %]/">/[% i %]/</a></li>[% END %]</ul>
</body>
[% INCLUDE foot.tt %]