mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
@@ -141,7 +141,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Brutaldon
|
Title
|
||||||
</h1>
|
</h1>
|
||||||
<p class="subtitle">
|
<p class="subtitle">
|
||||||
Brutaldon is a brutalist minimal client for Mastodon.
|
Brutaldon is a brutalist minimal client for Mastodon.
|
||||||
|
@@ -14,6 +14,13 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% 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>
|
<h1 class="title">Your {{ timeline_name }} timeline</h1>
|
||||||
<div id="timeline">
|
<div id="timeline">
|
||||||
{% for toot in toots %}
|
{% for toot in toots %}
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</figure>
|
</figure>
|
||||||
<p>
|
<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 %}">
|
<small><a href="{% url "user" toot.account.acct %}">
|
||||||
@{{ toot.account.acct }}</a></small>
|
@{{ toot.account.acct }}</a></small>
|
||||||
<a href="{{ toot.url }}">
|
<a href="{{ toot.url }}">
|
||||||
|
Reference in New Issue
Block a user