diff options
Diffstat (limited to 'templates/nav.html')
-rw-r--r-- | templates/nav.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/nav.html b/templates/nav.html deleted file mode 100644 index e006ab1..0000000 --- a/templates/nav.html +++ /dev/null @@ -1,10 +0,0 @@ -<a href="{{ config.base_url }}">Home</a> -{%- if config.extra.main_menu %} - {%- for item in config.extra.main_menu %} - {%- if item.url is matching("https?://") %} - <a href="{{ item.url }}">{{ item.name }}</a> - {%- else %} - <a href="{{ get_url(path=item.url )}}">{{ item.name }}</a> - {%- endif %} - {%- endfor %} -{%- endif -%} |