Fix missing edit links
Add the title prefix and suffix for recommendation block titles, which fixes the missing edit links so the blocks are editable. References #146
This commit is contained in:
parent
16350b02fc
commit
dd42f3deac
|
@ -1,5 +1,7 @@
|
|||
<article class="recommendation mt-8 first-of-type:mt-0">
|
||||
<article{{ attributes.addClass('recommendation mt-6 first-of-type:mt-0') }}>
|
||||
{{ title_prefix }}
|
||||
<h2>{{ label }}</h2>
|
||||
{{ title_suffix }}
|
||||
|
||||
<div
|
||||
class="
|
||||
|
|
Loading…
Reference in a new issue