From a138423ec2588d76a96f90fdcd8d9606276355e3 Mon Sep 17 00:00:00 2001 From: dsrkafuu Date: Wed, 9 Jun 2021 10:25:29 +0800 Subject: build: update deps --- layouts/partials/analytic-cfga.html | 2 +- layouts/partials/analytic-gtag.html | 2 +- layouts/partials/comment-disqus.html | 2 +- layouts/partials/comment-disqusjs.html | 4 ++-- layouts/partials/favicon.html | 2 +- layouts/partials/head.html | 4 ++-- layouts/partials/math.html | 6 +++--- layouts/partials/scripts-end.html | 4 ++-- layouts/partials/scripts-front.html | 2 +- layouts/partials/sidebar.html | 4 ++-- layouts/partials/styles.html | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/analytic-cfga.html b/layouts/partials/analytic-cfga.html index d1e52af..fa93ede 100644 --- a/layouts/partials/analytic-cfga.html +++ b/layouts/partials/analytic-cfga.html @@ -4,4 +4,4 @@ window.ga_api = '{{ .Site.Params.googleAnalyticsRoute }}'; -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/analytic-gtag.html b/layouts/partials/analytic-gtag.html index f851745..d39e550 100644 --- a/layouts/partials/analytic-gtag.html +++ b/layouts/partials/analytic-gtag.html @@ -10,4 +10,4 @@ gtag('config', '{{ . }}'); -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/comment-disqus.html b/layouts/partials/comment-disqus.html index 32ecc5d..625c203 100644 --- a/layouts/partials/comment-disqus.html +++ b/layouts/partials/comment-disqus.html @@ -18,4 +18,4 @@ document.querySelector('span.post-comment-notloaded').setAttribute('style', 'display: none;'); } - \ No newline at end of file + diff --git a/layouts/partials/comment-disqusjs.html b/layouts/partials/comment-disqusjs.html index 76bc099..18d1d82 100644 --- a/layouts/partials/comment-disqusjs.html +++ b/layouts/partials/comment-disqusjs.html @@ -3,7 +3,7 @@ {{ i18n "postComment" }}
- + - \ No newline at end of file + diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html index 3dabd7d..87d5215 100644 --- a/layouts/partials/favicon.html +++ b/layouts/partials/favicon.html @@ -1 +1 @@ - + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index c9f194a..7dedc44 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -43,7 +43,7 @@ {{ end }} {{ if .Site.Params.useDisqusJS }} - + {{ end }} {{ partial "analytic-gtag.html" . }} -{{ partial "analytic-cfga.html" . }} \ No newline at end of file +{{ partial "analytic-cfga.html" . }} diff --git a/layouts/partials/math.html b/layouts/partials/math.html index 79be746..90409a8 100644 --- a/layouts/partials/math.html +++ b/layouts/partials/math.html @@ -1,7 +1,7 @@ - - + + diff --git a/layouts/partials/scripts-end.html b/layouts/partials/scripts-end.html index 82388cf..11329ef 100644 --- a/layouts/partials/scripts-end.html +++ b/layouts/partials/scripts-end.html @@ -4,7 +4,7 @@ {{ else if eq .Section "archives" }} {{ else }} - + {{ end }} @@ -61,4 +61,4 @@ } }); -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/scripts-front.html b/layouts/partials/scripts-front.html index c802702..c28912a 100644 --- a/layouts/partials/scripts-front.html +++ b/layouts/partials/scripts-front.html @@ -10,4 +10,4 @@ document.body.setAttribute('data-theme', fujiThemeData === 'dark' ? 'dark' : 'light'); } } - \ No newline at end of file + diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 1d6ae92..d0d0db9 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -48,8 +48,8 @@ {{ end }} {{ end }} - \ No newline at end of file + diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html index cc6d930..5e8fd34 100644 --- a/layouts/partials/styles.html +++ b/layouts/partials/styles.html @@ -10,4 +10,4 @@ filter: brightness(60%); } -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3