diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-05-16 12:35:51 +0200 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-05-16 12:35:51 +0200 |
commit | 56f154a2163804e58f1d89f723c743eb1f341e93 (patch) | |
tree | ccf8aeb6cf16bf87c4b3c1978a5da9ba2267ce31 /layouts/_default/baseof.html | |
parent | 1483ffedca544f5908340b33b5d29fee110800f9 (diff) |
chore: fix html violations on article page
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index aa899a6..dacda62 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -61,7 +61,7 @@ <a href="/category/bsd">BSD</a> <a href="/category/computer-history">Computer History</a> <a href="/category/star-trek">Star Trek</a> - <nav> + </nav> </nav> |