Skip to content

Commit cb1f37e

Browse files
committed
1 parent 2f6d0a9 commit cb1f37e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/blog/2025-01-06-hello-blog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ E*{ {total }}=E*{o 1}+E\_{o 2}=0.274811083+0.023560026=0.298371109
4848
* https://mustafa.page/posts/2023-06-21-hugo-math-papermod/
4949
* https://navendu.me/posts/list-series-hugo/#:~:text=Add%20a%20line%20that%20says,reader%20knows%20where%20they%20are.
5050
* 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

layouts/partials/extend_head.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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 }}
36

47
{{/* Load plyr.io */}}
58
{{ if or ( .HasShortcode "audio" ) ( .HasShortcode "video" ) ( .HasShortcode "archive-audio" ) }}

0 commit comments

Comments
 (0)