added rendering of index
This commit is contained in:
parent
3010118695
commit
f32461649b
@ -19,12 +19,9 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
const phrases = [
|
const phrases = [
|
||||||
"GirlJuice.Inject()",
|
{{range $Phrase := .HeaderPhrases }}
|
||||||
"Child.CrowdKill()",
|
"{{ $Phrase }}",
|
||||||
"CopCar.Burn()",
|
{{- end }}
|
||||||
"You.Cute = true",
|
|
||||||
"You.Gay = true",
|
|
||||||
"Nazi.Punch()",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
Array.from(document.querySelectorAll(".phrases")).forEach(element => {
|
Array.from(document.querySelectorAll(".phrases")).forEach(element => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user