From f24f2d15275961f1c0144e68fde75a60aeaaa165 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 23 Jan 2023 22:20:47 -0500 Subject: move to bear theme --- themes/even/layouts/partials/scripts.html | 115 ------------------------------ 1 file changed, 115 deletions(-) delete mode 100644 themes/even/layouts/partials/scripts.html (limited to 'themes/even/layouts/partials/scripts.html') diff --git a/themes/even/layouts/partials/scripts.html b/themes/even/layouts/partials/scripts.html deleted file mode 100644 index 803ac6a..0000000 --- a/themes/even/layouts/partials/scripts.html +++ /dev/null @@ -1,115 +0,0 @@ - - -{{- if .Site.Params.publicCDN.enable }} - {{ .Site.Params.publicCDN.jquery | safeHTML }} - {{ .Site.Params.publicCDN.slideout | safeHTML }} - {{ if .Site.Params.fancybox }}{{ .Site.Params.publicCDN.fancyboxJs | safeHTML }}{{ end }} -{{- else -}} - - - {{ if .Site.Params.fancybox }}{{ end }} -{{- end -}} - - -{{- if and (or .Params.enableOutdatedInfoWarning (and .Site.Params.outdatedInfoWarning.enable (ne .Params.enableOutdatedInfoWarning false))) (or .IsPage .IsHome) }} - {{- if .Site.Params.publicCDN.enable }} - {{ .Site.Params.publicCDN.timeagoJS | safeHTML }} - {{ .Site.Params.publicCDN.timeagoLocalesJS | safeHTML }} - {{- else }} - - - {{- end }} - -{{- end }} - - -{{- if and (or .Params.flowchartDiagrams.enable (and .Site.Params.flowchartDiagrams.enable (ne .Params.flowchartDiagrams.enable false))) (or .IsPage .IsHome) -}} - - - -{{- end -}} - - -{{- if and (or .Params.sequenceDiagrams.enable (and .Site.Params.sequenceDiagrams.enable (ne .Params.sequenceDiagrams.enable false))) (or .IsPage .IsHome) -}} - - - - - - -{{- end }} - - -{{- if and (or .Params.mathjax (and .Site.Params.mathjax (ne .Params.mathjax false))) (or .IsPage .IsHome) }} - - -{{- end }} - - -{{- if .Site.GoogleAnalytics -}} - {{ template "_internal/google_analytics_async.html" . }} -{{- end -}} - -{{- with .Site.Params.baidu_analytics -}} - -{{- end }} - - -{{- if .Site.Params.baidu_push -}} - -{{- end }} - - -{{ range .Site.Params.customJS }} - -{{ end }} -- cgit v1.2.3