Skip to content
Snippets Groups Projects
Commit b59e1c30 authored by alexisben's avatar alexisben
Browse files

fix iframe partial

parent 4d7b65a9
No related branches found
No related tags found
No related merge requests found
{{ $chunks := split . "<iframe" }}
{{ $text := delimit $chunks "<div class=\"ratio ratio-16x9\"><iframe loading=\"lazy\" title=\"\"" }}
{{ $text := delimit $chunks "<div class=\"ratio ratio-16x9\"><iframe loading=\"lazy\"" }}
{{ $chunks = split $text "</iframe>" }}
{{ $text = delimit $chunks "</iframe></div>" }}
{{ return $text }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment