- commit
- bd5e3101d053dc8d6ec36b560bfc65040e2d245c
- parent
- 0bcd8227fb0347a051aab1157cc992cb47cf5d49
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-06-09 08:57
take time link to original reddit post
Diffstat
M | templates/_post.html | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_post.html b/templates/_post.html
@@ -1,7 +1,7 @@ 1 1 <article> 2 2 <header> 3 3 <a class="u-bold" href="/r/{{ post.data.subreddit}}/">r/{{ post.data.subreddit }}</a>4 -1 <span class="meta">· Posted by <a href="/u/{{ post.data.author }}/">{{ post.data.author }}</a> <a href="{{ post.data.permalink }}" tabindex="-1">{{ post.data.created_utc|dt }}</a></span>-1 4 <span class="meta">· Posted by <a href="/u/{{ post.data.author }}/">{{ post.data.author }}</a> <a href="https://www.reddit.com{{ post.data.permalink }}" tabindex="-1">{{ post.data.created_utc|dt }}</a></span> 5 5 </header> 6 6 {% if post.data.post_hint in ['link', 'rich:video'] %} 7 7 <a href="{{ post.data.url }}" target="_blank"><img class="thumbnail" src="{{ post.data.thumbnail }}" alt=""></a>