You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this through applying a different truncate mechanism from this gist. It works although not automaticcaly. You'll need to insert a 'truncate-statement' in the description manually.
{% for dataset in include.datasets %}
<dataset><h3><ahref="{{ site.baseurl }}{{ dataset.url }}">{{ dataset.title }}</a></h3>
{{ dataset.notes | split:'<!-- break -->' | first }}
</dataset>
{% endfor %}
The text was updated successfully, but these errors were encountered:
Truncating the
dataset.notes
on the dataset-page does not work.See for example Homes Saved in the JKAN demo and for (non-)truncating: filtered dataset-page.
I fixed this through applying a different truncate mechanism from this gist. It works although not automaticcaly. You'll need to insert a 'truncate-statement' in the description manually.
The text was updated successfully, but these errors were encountered: