add code block styling

This commit is contained in:
Daniel Micay
2020-12-28 05:18:34 -05:00
parent 4f72ed181f
commit 72ca88ec19
15 changed files with 21 additions and 18 deletions

View File

@@ -168,12 +168,12 @@ http {
location = /404 {
internal;
http2_push /grapheneos.css?27;
http2_push /grapheneos.css?28;
}
location = /404.html {
internal;
http2_push /grapheneos.css?27;
http2_push /grapheneos.css?28;
}
location ~ "^(.*)/index$" {
@@ -214,7 +214,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?27;
http2_push /grapheneos.css?28;
}
}