use aria-current="page" instead of custom class

This commit is contained in:
Daniel Micay
2020-12-02 17:34:57 -05:00
parent 5b69785dd5
commit ea1f59da7d
13 changed files with 24 additions and 24 deletions

View File

@@ -128,12 +128,12 @@ http {
location = /404 {
internal;
http2_push /grapheneos.css?20;
http2_push /grapheneos.css?21;
}
location = /404.html {
internal;
http2_push /grapheneos.css?20;
http2_push /grapheneos.css?21;
}
location ~ "^(.*)/index$" {
@@ -174,7 +174,7 @@ http {
include /etc/nginx/snippets/security-headers.conf;
add_header Cache-Control "public, max-age=1800";
try_files $uri $uri.html $uri/ =404;
http2_push /grapheneos.css?20;
http2_push /grapheneos.css?21;
}
}