changes
This commit is contained in:
parent
9432fb5afd
commit
2b6d98748f
2 changed files with 20 additions and 1 deletions
|
|
@ -133,10 +133,13 @@ apps:
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
<section>
|
||||
<section id="pleroma">
|
||||
<div class="container">
|
||||
|
||||
{% assign nasa = site.data.pleroma.feed.entry | sort: 'published' | reverse %}
|
||||
{% for item in nasa %}
|
||||
{% unless item.in_reply_to %}
|
||||
<div>
|
||||
{% if item.summary %}
|
||||
<h2 style="text-align: left;">{{ item.summary }}</h2>
|
||||
{% endif %}
|
||||
|
|
@ -172,6 +175,10 @@ apps:
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
<hr />
|
||||
|
||||
</div>
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue