diff options
Diffstat (limited to 'templates/layouts/_default.html')
| -rw-r--r-- | templates/layouts/_default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/_default.html b/templates/layouts/_default.html index 37a0a76..ae39408 100644 --- a/templates/layouts/_default.html +++ b/templates/layouts/_default.html @@ -15,7 +15,7 @@ <body> <h1>a73x</h1> <sub>high effort, low reward</sub> - <nav> + <nav class="nav"> <ul> {{ range $key, $value := .Nav}} {{ if eq $.Path $key }} |
