summaryrefslogtreecommitdiffstats
path: root/root/template/wrapper.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/template/wrapper.tt')
-rw-r--r--root/template/wrapper.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/root/template/wrapper.tt b/root/template/wrapper.tt
index cdcf583..e8f622e 100644
--- a/root/template/wrapper.tt
+++ b/root/template/wrapper.tt
@@ -17,9 +17,9 @@
</div>
<div class="nav">
<ul>
- <li[% IF page == 'index' %] class="active"[% END %]><a href="index.html">about me</a></li>
+ <li[% IF page == 'index' %] class="active"[% END %]><a href="index.html">about</a></li>
<li[% IF page == 'work' %] class="active"[% END %]><a href="work.html">work</a></li>
- <li[% IF page == 'profiles' %] class="active"[% END %]><a href="profiles.html">me elsewhere</a></li>
+ <li[% IF page == 'profiles' %] class="active"[% END %]><a href="profiles.html">internet</a></li>
<li[% IF page == 'talks' %] class="active"[% END %]><a href="talks.html">talks</a></li>
<li[% IF page == 'communities' %] class="active"[% END %]><a href="communities.html">communities</a></li>
<li[% IF page == 'contact' %] class="active"[% END %]><a href="contact.html">contact</a></li>