Gordon Pedersen
6647dabdc8
Needed a little modification here and there to make it work with the activity pub data structure, but it's looking pretty good!
6 lines
No EOL
265 B
Text
6 lines
No EOL
265 B
Text
<h2 class="p-name"><a class="u-url" rel="bookmark" title="{{ item.name if item.name else item.title }}" href="{{ url }}">
|
|
{{ item.name if item.name else item.title }}
|
|
</a></h2>
|
|
{% if item.summary %}
|
|
<p class="p-summary">{{ item.summary | safe }}</p>
|
|
{% endif %} |