mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Compare commits
No commits in common. "9847fadf954f0b8091723a3450e2de1306bfdf6e" and "c4fd87aa09379a6fa7de4edc34bd06eecdcad6b1" have entirely different histories.
9847fadf95
...
c4fd87aa09
3 changed files with 2 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
|
@ -167,7 +167,6 @@ Sites that link back to me:
|
|||
<a href="https://owlsroost.xyz/">{{<picture name="b/owlsroost" alt="Owl’s Roost." width="176" height="62" class="pix">}}</a>
|
||||
<a href="https://easrng.net/">{{<picture name="b/easrng" alt="easrng." width="176" height="62" class="pix">}}</a>
|
||||
<a href="https://viatrix.is-hella.gay/">{{<picture name="b/vivi-8831" alt="Viatrix." width="176" height="62" class="pix">}}</a>
|
||||
<a href="https://lunareclipse.zone/">{{<picture name="b/lunar-eclipse" alt="The text “Lunar Eclipse Zone” next to a magenta eclipsed moon." width="176" height="62" class="pix">}}</a>
|
||||
|
||||
### Other sites
|
||||
|
||||
|
|
|
@ -96,9 +96,9 @@
|
|||
<activity:object-type>http://activitystrea.ms/schema/1.0/{{ $type }}</activity:object-type>
|
||||
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
||||
{{- with .Params.image -}}
|
||||
{{- $thumbnail := partial "cache-bust.html" (printf "/p/%s" . ) -}}
|
||||
<media:thumbnail url="{{ $thumbnail.Permalink }}" width="{{ $thumbnail.Width }}" height="{{ $thumbnail.Height }}" />
|
||||
{{- $image := partial "cache-bust.html" (printf "/p/%s" . ) -}}
|
||||
{{- end -}}
|
||||
<media:thumbnail url="{{ $image.Permalink }}" width="{{ $image.Width }}" height="{{ $image.Height }}" />
|
||||
{{ with .Description -}}
|
||||
<summary type="text">{{ . }}</summary>
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue