add styling for inline code blocks too
This commit is contained in:
@@ -168,12 +168,12 @@ http {
|
||||
|
||||
location = /404 {
|
||||
internal;
|
||||
http2_push /grapheneos.css?28;
|
||||
http2_push /grapheneos.css?29;
|
||||
}
|
||||
|
||||
location = /404.html {
|
||||
internal;
|
||||
http2_push /grapheneos.css?28;
|
||||
http2_push /grapheneos.css?29;
|
||||
}
|
||||
|
||||
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?28;
|
||||
http2_push /grapheneos.css?29;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user