Skip to content

Commit

Permalink
little touches
Browse files Browse the repository at this point in the history
  • Loading branch information
mauforonda committed Dec 5, 2022
1 parent 490e87e commit cb754df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/digest.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
{% include "style.html.jinja" %}
<script src="https://static-cdn.mastodon.social/embed.js" async="async"></script>
<!-- <script src="https://static-cdn.mastodon.social/embed.js" async="async"></script> -->
</head>
<body>
<div id="container">
Expand All @@ -19,4 +19,4 @@
{% endwith %}
</div>
</body>
</html>
</html>
5 changes: 2 additions & 3 deletions templates/posts.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<div class="avatar"><a target="_blank" href="{{ post.account['url'] }}"><img src="{{ post.account['avatar'] }}"></a></div>
<div class="content">
<div class="user"><a target="_blank" href="{{ post.account['url'] }}"><span class="displayname">{{ post.account['display_name'] }}</span><span class="username">@{{ post.account['username'] }}</span></a></div>
<div class="status">{{ post.content }}`</div>
<div class="date"><a target="_blank" href="{{ post.url }}">★ {{ post.account['created_at'] }}</a></div>
<div class="status">{{ post.content }}</div>
</div>
</div>`
</div>
</div>
{% endfor %}

0 comments on commit cb754df

Please sign in to comment.