Skip to content

Instantly share code, notes, and snippets.

@Sulkar
Created March 31, 2020 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sulkar/68b3e3441f977e000ca846b8354a19f4 to your computer and use it in GitHub Desktop.
Save Sulkar/68b3e3441f977e000ca846b8354a19f4 to your computer and use it in GitHub Desktop.
aus: /user/themes/myTheme/templates/flex/news/collection/
<div class="entry-details">
{% if object.website %}
<a href="{{ object.website }}"><span class="newsTitle">{{ object.title }}</span></a>
{% else %}
<span class="name">{{ object.title }}</span>
{% endif %}
<div class="newsInfo">
{{ object.info }}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment