From 52dcbd7595edb50523007b3f5b003cbbc5759f15 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 2 Dec 2020 18:02:03 -0500 Subject: [PATCH] use id to style site menu --- nginx/nginx.conf | 6 +++--- static/404.html | 2 +- static/build.html | 2 +- static/contact.html | 2 +- static/donate.html | 2 +- static/faq.html | 2 +- static/grapheneos.css | 14 +++++++------- static/index.html | 2 +- static/install.html | 2 +- static/pdfviewer-privacy-policy.html | 2 +- static/releases.html | 2 +- static/source.html | 2 +- static/usage.html | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d48965b8..489155aa 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -128,12 +128,12 @@ http { location = /404 { internal; - http2_push /grapheneos.css?21; + http2_push /grapheneos.css?22; } location = /404.html { internal; - http2_push /grapheneos.css?21; + http2_push /grapheneos.css?22; } 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?21; + http2_push /grapheneos.css?22; } } diff --git a/static/404.html b/static/404.html index b91e3b3e..6d7226d1 100644 --- a/static/404.html +++ b/static/404.html @@ -24,7 +24,7 @@ -