diff options
author | joak <joak@nospace.at> | 2022-07-27 15:32:45 +0200 |
---|---|---|
committer | joak <joak@nospace.at> | 2022-07-27 15:32:45 +0200 |
commit | 16d7bc374a693476d8e74b0e97b41aa27853caf6 (patch) | |
tree | 4bd36af15a9e1bb761694a4e4183ed6199519daa /templates/layout.html | |
parent | 303ccaa0ceccf9cbc57ec2cc7a0d7758e837ca38 (diff) |
changes selected works
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'] ] %} |