diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-19 16:12:19 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-19 16:12:19 -0600 |
commit | a704faf190902c79d94fe49a58b862407fc493aa (patch) | |
tree | 100da53ca953422e0e23c80cad2ae41b44ca104d /templates | |
parent | fc6e82f8f35bc178fc01c01f75bd3fc090d22a99 (diff) |
center navbar
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/header.html b/templates/header.html index e203b84..fa4f293 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,4 +1,4 @@ -<nav style="display: block;"> +<center><nav style="display: block;"> | <a href="/">home</a> | <a href="/about/">about/links</a> | @@ -6,4 +6,5 @@ <a href="/publications/">publications</a> | <a href="/repo/">iOS repo</a> | <a href="/feed.rss">RSS Feed</a> | -</nav>
\ No newline at end of file +</nav> +</center> |