trwnh.com/unified.test.hugo/layouts/partials/firstH1.html

16 lines
126 B
HTML
Raw Normal View History

2024-10-05 06:27:07 +00:00
{{ $firstH1 :=
(
substr
(
delimit
(
findRE
"^#{1} ([^{\n]+)"
.RawContent
1
)
""
)
2
)
}}