diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index f7bde33..4ce10e6 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -17,7 +17,7 @@ <ul class="mainmenu menu top"> <li><a class="{% if this._path == '/' %} active{% endif %}" href="{{ '/'|url }}">joak</a></li> {% for href, title in [ - ['/works', 'works'], + ['/selected-works', 'selected works'], ['/info', 'info'], ['/contact', 'contact'] ] %} |