Reverting breaking changes by dorian

This reverts commit e03144c2e9.
This commit is contained in:
Dorian Wood 2024-10-25 10:09:05 -04:00
parent fec3e4b7c2
commit 2b567ef860
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

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