- {{ toot.account.display_name }} - @{{ toot.account.username }} - {{ toot.created_at |naturaltime }} -
- {% if toot.spoiler_text %} -- {{ toot.spoiler_text }} -
- {% endif %} -diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css new file mode 100644 index 0000000..dd77724 --- /dev/null +++ b/brutaldon/static/css/brutaldon.css @@ -0,0 +1,5 @@ +.reblog-icon { + position: relative; + top: -24px; + left: 40px; +} diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 684f0b7..33c1004 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -8,6 +8,7 @@ +
- My first website with Bulma! + Brutaldon is totally a thing.
{% endblock %} diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index 67500e2..8dfd331 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -8,78 +8,11 @@ {% block content %}- {{ toot.account.display_name }} - @{{ toot.account.username }} - {{ toot.created_at |naturaltime }} -
- {% if toot.spoiler_text %} -- {{ toot.spoiler_text }} -
- {% endif %} -
+ {{ toot.account.display_name }}
+ @{{ toot.account.username }}
+ {{ toot.created_at |naturaltime }}
+ {% if reblog %}
+
+ Boosted by @{{ reblog_by }}
+ {% endif %}
+
+ {{ toot.spoiler_text }} +
+ {% endif %} +