projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3da47
)
add Home and about-us
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 7 Feb 2020 17:12:13 +0000
(17:12 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 7 Feb 2020 17:12:13 +0000
(17:12 +0000)
templates/page.tmpl
patch
|
blob
|
history
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index 2fe87c3e9b610ef5fd9cf41773550287b3e72c31..6577d0f1a9afbc84a0abaabd4e4fa5f3fdaa788d 100644
(file)
--- a/
templates/page.tmpl
+++ b/
templates/page.tmpl
@@
-51,6
+51,8
@@
</TMPL_IF>
</TMPL_LOOP>
+<li><a href="/" class="active" >Home</a></li>
+<li><a href="/about_us" class="active" >About Us</a></li>
<TMPL_IF EDITURL>
<li><a href="<TMPL_VAR EDITURL>" class="active" rel="nofollow">Edit</a></li>
</TMPL_IF>
@@
-75,11
+77,6
@@
<div class="container">
-
- <header class="page-header">
- <h1><TMPL_VAR TITLE></h1>
- </header>
-
<TMPL_VAR CONTENT>
</div> <!-- /container -->