diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/head.tt | 2 | ||||
| -rw-r--r-- | template/index.tt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/template/head.tt b/template/head.tt index 5b32c6c..9a686cd 100644 --- a/template/head.tt +++ b/template/head.tt @@ -1,3 +1,5 @@ <head> +<link rel="canonical"> +<link rel="stylesheet" type="text/css" href="/style.css"> <title>[% title %]</title> </head> 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 %] |
