Gemini display tweaks

This commit is contained in:
MatthiasSaihttam 2021-10-03 19:51:54 -04:00
parent 913e7ad0b5
commit d09da5cab0
1 changed files with 2 additions and 3 deletions

View File

@ -4,10 +4,9 @@
{% if thought.extended_text %}
{{ thought.extended_text|safe }}
{% endif %}{% if thought.media %}
=> https://thoughts.learnerpages.com{{ thought.media.url }}{% endif %}{% load tz %}
=> gemini://thoughts.learnerpages.com{{ thought.media.url }}{% endif %}{% load tz %}
```
{% timezone thought.timezone %}{{ thought.posted|time:"g:i a" }} {{ thought.posted|date:"M d, Y" }}, UTC{{ thought.offset_hours }}{% endtimezone %}
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
```
▔▔▔
{% endfor %}