diff --git a/templates/index.html b/templates/index.html index b5a933f..b26bc9d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,6 +11,7 @@
+

MastodonTootFollower

In the following you can generate a link to follow a conversation on Mastodon. @@ -46,6 +47,8 @@

Generated link:

+

+

Source Code of this project.

diff --git a/templates/updates.html b/templates/updates.html index 08b18e3..39d417d 100644 --- a/templates/updates.html +++ b/templates/updates.html @@ -10,27 +10,27 @@ - -

News from the conversation

-

List of changes from the conversation since your last visit.

- - - - - - - - - - {% for update in updates %} +
+

News from the conversation

+

List of changes from the conversation since your last visit.

+
DateAccountContent
+ - - - + + + - {% endfor %} - -
{{ update.get_date() }}{{ update.dict['acct'] }}{{ update.dict['content'] | safe }}DateAccountContent
- + + + {% for update in updates %} + + {{ update.get_date() }} + {{ update.dict['acct'] }} + {{ update.dict['content'] | safe }} + + {% endfor %} + + +