Re-Scheduling programming round to 19 o'clock #47

Closed
p1ng0ut wants to merge 193 commits from main into 46-re-scheduling-programming-round-to-19-o-clock
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 }}");