cc-attack-on-index-php

This commit is contained in:
JamesFlare1212
2024-04-13 21:20:17 -04:00
parent 1a0f9f7bf1
commit 320e5c296b
6 changed files with 416 additions and 5 deletions

View File

@@ -297,7 +297,7 @@
{{- with $giscus -}}
{{- $commentConfig = .lightTheme | default "light" | dict "lightTheme" | dict "giscus" | merge $commentConfig -}}
{{- $commentConfig = .darkTheme | default "dark" | dict "darkTheme" | dict "giscus" | merge $commentConfig -}}
<div id="giscus">
<div id="giscus" class="comment">
<script
src="https://giscus.app/client.js"
data-repo="{{ .Repo }}"
@@ -325,7 +325,7 @@
{{- end -}}
</div>
{{- /* lightgallery for Artalk and Twikoo */ -}}
{{- $params := .Scratch.Get "params" -}}
{{- $params := partial "function/params.html" -}}
{{- if not $params.lightgallery | and (($artalk.enable | and $artalk.lightgallery) | or ($twikoo.enable | and $twikoo.lightgallery)) -}}
{{- $source := $cdn.lightgalleryCSS | default "lib/lightgallery/css/lightgallery-bundle.min.css" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/style.html" -}}