style: feed styling

This commit is contained in:
Ben Goldsworthy 2025-03-02 22:39:44 +01:00
parent a7c1084dc4
commit 87215650a9
No known key found for this signature in database
8 changed files with 68 additions and 12 deletions

View file

@ -115,6 +115,12 @@
href="{{ $printStylesheet.Permalink }}"
integrity="{{ $printStylesheet.Data.Integrity | html }}"
/>
{{- $feedsStylesheet := resources.Get "css/feeds.scss" }}
{{- $feedsStylesheet := $feedsStylesheet | css.Sass }}
<link
rel="stylesheet"
href="{{ $feedsStylesheet.Permalink }}"
/>
{{- if .Param "math" -}}
{{- partialCached "math.html" . -}}