image not showing when using feilds() in bolt CMS
Posted: Tue Oct 25, 2016 3:14 am
I have the following code in my record twig file.
Now one of the elements of {{ fields() }} is an image and so i get a broken link.
Whats the remedy to this ?
Code: Select all
<article class="indivisual-article-writeup">
<h1>{{ record.title }}</h1>
{# Output all fields, in the order as defined in the contenttype.
To change the generated html and configure the options, see:
https://docs.bolt.cm/templating/fields-tag #}
{{ fields() }}
{# Uncomment this if you wish to dump the entire record to the client, for debugging purposes.
{{ dump(record) }}
#}
</article>Whats the remedy to this ?