Little bit of cleanup and stuff

This commit is contained in:
Nox Sluijtman 2023-08-10 04:20:23 +02:00
parent 1d5c9d84c8
commit b836565901
4 changed files with 38 additions and 32 deletions

View file

@ -7,7 +7,9 @@
<details open="">
<summary>Image</summary>
<figure class="postImage">
<a href="{{ .Params.image }}">
<img src="{{ .Params.image }}" alt="{{ .Params.imageDescription }}">
</a>
<figcaption>{{ .Params.imageDescription }}</figcaption>
</figure>
</details>