trwnh.com/unified.test.hugo/layouts/partials/firstH1.html
2024-10-05 01:27:07 -05:00

16 lines
No EOL
126 B
HTML

{{ $firstH1 :=
(
substr
(
delimit
(
findRE
"^#{1} ([^{\n]+)"
.RawContent
1
)
""
)
2
)
}}