diff options
author | P. J. McDermott <pehjota> | 2014-03-20 21:20:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-20 21:20:40 (EDT) |
commit | 37b2ed7550226bfc8ff4561f51abfd8e1011c02b (patch) | |
tree | 3d0bf6477e39f5c1bee441d166b05d8aa9a09092 /templates | |
parent | 5b0190ac62b50141d7135296f926f852b31b3294 (diff) |
templates/page.tmpl: Add "Download" link.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 5f7c4b2..155705f 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -36,7 +36,7 @@ <div class="nav"> <ul> <li><a href="/about/">About</a></li> - <!-- li><a href="#">Installation</a></li --> + <li><a href="/get/">Download</a></li> <li><a href="/contact/">Contact</a></li> <li><a href="/dev/">Development</a></li> </ul> |