This commit is contained in:
Set Sakrecoer 2020-12-30 23:48:32 +01:00
parent 1a26084a0f
commit 9ec2af3fb1
3 changed files with 11 additions and 14 deletions

View file

@ -15,8 +15,8 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
fastimage (2.2.0)
ffi (1.13.1)
fastimage (2.2.1)
ffi (1.14.2)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.5)

View file

@ -382,11 +382,11 @@ footer {
#pleroma {
padding-top: 60px;
padding: 60px 0;
.container {
display: flex;
flex-wrap: wrap;
box-shadow: 15px 15px 28px 24px var(--border-alt) inset;
border-radius: var(--border-radius);
justify-content: space-between;
div {
@ -399,11 +399,12 @@ footer {
box-shadow: 15px 15px 28px 24px var(--border-alt);
border-radius: var(--border-radius);
img {
max-width: 120px;
max-width: 100%;
height: auto;
}
.date {
font-size: 0.6em;
margin-top: 10px;
img {
border-radius: 40px;
width: 40px;
@ -416,7 +417,7 @@ footer {
}
hr {
margin-top: 20px;
border: 1px solid var(--fg-alt);
}
}

View file

@ -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>