mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-22 01:15:56 -04:00
fix page CSS parsing on amp pages
https://search.google.com/search-console/amp/drilldown?resource_id=https%3A%2F%2Fjarv.is%2F&item_key=GhkIIhADIhBzdHlsZSBhbXAtY3VzdG9tKKVO&hl=en&sharing_key=ozvLdt6NrwXwjyC3ZJCWPA
This commit is contained in:
@@ -256,10 +256,10 @@
|
||||
div.highlight span.gs { font-weight: bold; }
|
||||
div.highlight span.lnt { color: #999999; user-select: none; }
|
||||
|
||||
{{/* Page-specific styles set via front matter */}}
|
||||
{{- with .Params.css }}
|
||||
/* Page-specific styles set via front matter */
|
||||
{{ with .Scratch.Get "pageCss" }}
|
||||
{{- replace . " !important" "" | safeCSS -}}
|
||||
{{ end -}}
|
||||
{{ end }}
|
||||
</style>
|
||||
|
||||
{{ partialCached "head/favicons" (dict "pngSizes" "192 48 32 16" "icoSizes" "16 32") }}
|
||||
|
||||
Reference in New Issue
Block a user