Conditional CSS

This commit is contained in:
Caio Lente 2023-10-27 19:30:53 -03:00
parent 95746b151d
commit a3f09559e4
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
4 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,5 @@
<!-- https://github.com/jmooring/hugo-testing/blob/hugo-forum-topic-40998/layouts/_default/_markup/render-codeblock-katex.html -->
{{ .Page.Store.Set "hasCodeBlock" true }}
<!-- https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/shortcodes/highlight.html -->
{{ if len .Params | eq 2 }}{{ highlight (trim .InnerDeindent "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .InnerDeindent "\n\r") (.Get 0) "" }}{{ end }}