Add link to full content in iframe block
This commit is contained in:
parent
c6c913c3e7
commit
fb15c480a3
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
<iframe class="has-ratio" src="{{ value.url }}" allowfullscreen loading="lazy" referrerpolicy="no-referrer"></iframe>
|
||||
</div>
|
||||
<figcaption>
|
||||
{{ value.caption|richtext }}
|
||||
{{ value.caption|richtext }} <a href='{{ value.url }}'>View Full</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
|
Loading…
Reference in a new issue