general update

This commit is contained in:
zyl 2023-11-12 19:54:54 -08:00
parent 96ec943260
commit 1e2a607546
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
8 changed files with 29 additions and 31 deletions

View file

@ -1,10 +1,10 @@
<div class="image-full">
<h1 class="title">{{title}}</h1>
<span class="timestamp">Published {{timestamp}}</span>
<span class="timestamp">published {{timestamp}}</span>
<img class="image-actual" src="{{src}}" alt="{{alt}}">
{{{content}}}
<p><a href="{{src}}">View full size image</a></p>
<h3 class="tags-title">Tags</h3>
<p><a href="{{src}}">view full size image</a></p>
<h3 class="tags-title">tags</h3>
<div class="image-tags">
{{#each tags}}
<a class="tag" href="/i/tag/{{this}}/">{{this}}</a>{{#unless @last}},{{/unless}}