main #1

Merged
moke merged 153 commits from Frontend/Homepage:main into main 2023-02-27 22:23:15 +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 }}");