Refactoring tasks #80

Merged
sixtus merged 20 commits from refactoring into main 2023-01-02 15:59:31 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 9ca7093d0e - Show all commits

View File

@ -4,9 +4,7 @@
{{- end }}
{{- $alt := default "random image" ($.Page.Param "image.alt") }}
{{- $id := sha256 (index (seq 999 | shuffle) 0) }}
<p id="{{ $id }}">
<img class="centered pad-vertical" >
</p>
<p id="{{ $id }}"></p>
<script>
document.addEventListener("DOMContentLoaded", function() {
const container = document.getElementById("{{ $id }}");