Add link to full content in iframe block

This commit is contained in:
Jake Howard 2022-09-08 20:58:13 +01:00
parent c6c913c3e7
commit fb15c480a3
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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>