layout
This commit is contained in:
parent
1a26084a0f
commit
9ec2af3fb1
3 changed files with 11 additions and 14 deletions
12
index.html
12
index.html
|
|
@ -157,7 +157,7 @@ apps:
|
|||
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<p><br /><a href="{{ item.id }}" target="_blank" rel="noopener" class="button">Interact</a></p>
|
||||
<p><br /></p>
|
||||
<hr />
|
||||
<p class="date">
|
||||
|
||||
|
|
@ -181,13 +181,9 @@ apps:
|
|||
{% when '9' %}September {% when '10' %}October {% when '11' %}November {% when '12' %}December
|
||||
{% endcase %}
|
||||
{{ item.published | date: "%Y" }} - {{ item.published | date: "%R" }}
|
||||
<br />
|
||||
{% assign avatars = site.data.pleroma.feed.author.link %}
|
||||
{% for avatar in avatars %}
|
||||
{% if avatar.rel == 'avatar' %}
|
||||
<a href="{{ site.data.pleroma.feed.author.uri }}" target="_blank" rel="noopener"><img src="{{ avatar.href }}" /></a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p class="date">
|
||||
<a href="https://fediverse.party/" target="_blank" rel="noopener" class="button">Interact</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue