diff options
author | Andrew Godwin | 2022-11-11 22:02:43 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-11 22:02:43 -0700 |
commit | feb5d9b74fa1e8454eaaf29afae3643c6d7c81f1 (patch) | |
tree | 3889a826dfc2c852aa4873daff2a27cb7c1a2b01 /templates/statuses/_status.html | |
parent | fbfad9fbf5e061cb7c658dada3c4014c9796021c (diff) | |
download | takahe-feb5d9b74fa1e8454eaaf29afae3643c6d7c81f1.tar.gz takahe-feb5d9b74fa1e8454eaaf29afae3643c6d7c81f1.tar.bz2 takahe-feb5d9b74fa1e8454eaaf29afae3643c6d7c81f1.zip |
Got up to incoming posts working
Diffstat (limited to 'templates/statuses/_status.html')
-rw-r--r-- | templates/statuses/_status.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/statuses/_status.html b/templates/statuses/_status.html deleted file mode 100644 index b501abc..0000000 --- a/templates/statuses/_status.html +++ /dev/null @@ -1,12 +0,0 @@ -<div class="status"> - <h3 class="author"> - <a href="{{ status.identity.urls.view }}"> - {{ status.identity }} - <small>{{ status.identity.handle }}</small> - </a> - </h3> - <time> - <a href="{{ status.urls.view }}">{{ status.created | timesince }} ago</a> - </time> - {{ status.text | linebreaks }} -</div> |