fix: vendor PaperMod as regular files

This commit is contained in:
2026-05-12 05:06:12 -05:00
parent 8f3bc174ca
commit 1d9b5a814f
127 changed files with 6287 additions and 1 deletions
@@ -0,0 +1,15 @@
{{ $.Scratch.Set "md" false }}
{{ if .IsNamedParams }}
{{ $.Scratch.Set "md" (.Get "md") }}
{{ else }}
{{ $.Scratch.Set "md" (.Get 0) }}
{{ end }}
<div dir="rtl">
{{ if eq ($.Scratch.Get "md") false }}
{{ .Inner }}
{{ else }}
{{ .Inner | markdownify }}
{{ end }}
</div>