File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -48,4 +48,5 @@ E*{ {total }}=E*{o 1}+E\_{o 2}=0.274811083+0.023560026=0.298371109
48
48
* https://mustafa.page/posts/2023-06-21-hugo-math-papermod/
49
49
* https://navendu.me/posts/list-series-hugo/#:~:text=Add%20a%20line%20that%20says,reader%20knows%20where%20they%20are .
50
50
* https://github.com/adityatelange/hugo-PaperMod/issues/1658
51
- * https://github.com/adityatelange/hugo-PaperMod/discussions/1657
51
+ * https://github.com/adityatelange/hugo-PaperMod/discussions/1657
52
+ * https://github.com/hugomods/katex/issues/40
Original file line number Diff line number Diff line change 1
- {{ partial "katex/assets/css" . }}
2
- {{ partial "katex/assets/js" . }}
1
+ {{ $data := dict "page" . }}
2
+ {{ with (templates.Defer (dict "data" $data)) }}
3
+ {{ partial "katex/assets/css" .page }}
4
+ {{ partial "katex/assets/js" .page }}
5
+ {{ end }}
3
6
4
7
{{/* Load plyr.io */}}
5
8
{{ if or ( .HasShortcode "audio" ) ( .HasShortcode "video" ) ( .HasShortcode "archive-audio" ) }}
You can’t perform that action at this time.
0 commit comments