mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-02-14 02:20:36 +01:00
Reverting breaking changes by dorian
This reverts commit e03144c2e9fa69334b0886772d219655bec50109.
This commit is contained in:
parent
fec3e4b7c2
commit
2b567ef860
@ -141,7 +141,7 @@
|
||||
<div class="container">
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
Brutaldon
|
||||
Title
|
||||
</h1>
|
||||
<p class="subtitle">
|
||||
Brutaldon is a brutalist minimal client for Mastodon.
|
||||
|
@ -14,6 +14,13 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if form %}
|
||||
<h1 class="title">Post</h1>
|
||||
<div class="box">
|
||||
{% include "main/post_minimal_partial.html" %}
|
||||
</div>
|
||||
<hr class="is-hidden">
|
||||
{% endif %}
|
||||
<h1 class="title">Your {{ timeline_name }} timeline</h1>
|
||||
<div id="timeline">
|
||||
{% for toot in toots %}
|
||||
|
@ -22,7 +22,7 @@
|
||||
</p>
|
||||
</figure>
|
||||
<p>
|
||||
<h3><strong>{{ toot.account.display_name | fix_emojos:toot.account.emojis | strip_html |safe}}</strong></h3>
|
||||
<strong>{{ toot.account.display_name | fix_emojos:toot.account.emojis | strip_html |safe}}</strong>
|
||||
<small><a href="{% url "user" toot.account.acct %}">
|
||||
@{{ toot.account.acct }}</a></small>
|
||||
<a href="{{ toot.url }}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user