Compare commits

..

1 Commits

Author SHA1 Message Date
Peter Fidelman c07251ed5b Merge branch 'timelime_timeline' into 'main'
Corrected typo: timelime -> timeline

See merge request brutaldon/brutaldon!10
2023-06-15 02:47:25 +00:00
3 changed files with 4 additions and 5 deletions

View File

@ -165,7 +165,7 @@
<div class="container">
{% block content %}
<h1 class="title">
Brutaldon
Title
</h1>
<p class="subtitle">
Brutaldon is totally a thing.

View File

@ -14,15 +14,14 @@
{% endblock %}
{% block content %}
<h1>Brutaldon ({{ own_acct.username }}) - {{ timeline_name }} timelime</h1>
{% if form %}
<h2 class="title">Post</h2>
<h1 class="title">Post</h1>
<div class="box">
{% include "main/post_minimal_partial.html" %}
</div>
<hr class="is-hidden">
{% endif %}
<h2 class="title">Your {{ timeline_name }} timeline</h2>
<h1 class="title">Your {{ timeline_name }} timeline</h1>
<div id="timeline">
{% for toot in toots %}
{% cache 600 toot_partial toot.id %}

View File

@ -29,7 +29,7 @@
<div class="media-content">
<div class="content">
<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 }}">