diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 18:02:35 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 18:02:35 +0100 |
| commit | cc492b31774be0f98ae9152d0f272324c415e4d8 (patch) | |
| tree | 54814afa8ce1f81785edfe95b62bac2c0e811b43 /templates/base.html | |
| parent | fd3a6a3730d4078f6be4239a9c24c9747ef9d555 (diff) | |
| download | mitjafelicijan.com-cc492b31774be0f98ae9152d0f272324c415e4d8.tar.gz | |
Theme update
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 4c43811..17f8fcd 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -183,7 +183,7 @@ | |||
| 183 | <body> | 183 | <body> |
| 184 | 184 | ||
| 185 | <header> | 185 | <header> |
| 186 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="toolbar"> | 186 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Main navigation"> |
| 187 | <a href="/">Home</a> | 187 | <a href="/">Home</a> |
| 188 | <a href="/#posts">Posts</a> | 188 | <a href="/#posts">Posts</a> |
| 189 | <a href="/#notes">Notes</a> | 189 | <a href="/#notes">Notes</a> |
