summaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html2
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']
] %}