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/404.html | 2 +- layouts/_default/baseof.html | 2 +- layouts/_default/search.html | 2 +- layouts/_default/single.html | 2 +- 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 +- layouts/shortcodes/aplayer.html | 2 +- layouts/shortcodes/img-lazy.html | 2 +- layouts/shortcodes/img-nz-lazy.html | 2 +- layouts/shortcodes/img-nz.html | 2 +- layouts/shortcodes/math.html | 2 +- layouts/shortcodes/table-dense.html | 2 +- package.json | 2 +- 22 files changed, 28 insertions(+), 28 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index ee8fb79..8fe8176 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -2,4 +2,4 @@
404 NOT FOUND
-{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c6a64e5..1009c84 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,4 +24,4 @@ {{ partial "scripts-end.html" . }} - \ No newline at end of file + diff --git a/layouts/_default/search.html b/layouts/_default/search.html index a2cdd4f..88c7021 100644 --- a/layouts/_default/search.html +++ b/layouts/_default/search.html @@ -36,4 +36,4 @@ {{ "<% } %>" | safeHTML }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cd2bd48..54b6934 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -28,4 +28,4 @@ {{ else if and (.Site.Params.utterancesRepo) (ne .Params.showComments false) }} {{ partial "comment-utterances.html" . }} {{ else }}{{ end }} -{{ end }} \ No newline at end of file +{{ end }} 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 }} diff --git a/layouts/shortcodes/aplayer.html b/layouts/shortcodes/aplayer.html index ac56aaa..37ed544 100644 --- a/layouts/shortcodes/aplayer.html +++ b/layouts/shortcodes/aplayer.html @@ -6,4 +6,4 @@ {{ with .Get "artists" -}}data-artists="{{- . -}}"{{- end }} {{ with .Get "covers" -}}data-covers="{{- . -}}"{{- end }} > - \ No newline at end of file + diff --git a/layouts/shortcodes/img-lazy.html b/layouts/shortcodes/img-lazy.html index eed9b0e..9b3513f 100644 --- a/layouts/shortcodes/img-lazy.html +++ b/layouts/shortcodes/img-lazy.html @@ -2,4 +2,4 @@

{{ index .Params 1 }}

-{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/layouts/shortcodes/img-nz-lazy.html b/layouts/shortcodes/img-nz-lazy.html index bba88b6..54a2f8b 100644 --- a/layouts/shortcodes/img-nz-lazy.html +++ b/layouts/shortcodes/img-nz-lazy.html @@ -2,4 +2,4 @@

{{ index .Params 1 }}

-{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/layouts/shortcodes/img-nz.html b/layouts/shortcodes/img-nz.html index 175dc5b..0033b14 100644 --- a/layouts/shortcodes/img-nz.html +++ b/layouts/shortcodes/img-nz.html @@ -2,4 +2,4 @@

{{ index .Params 0 }}

-{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/layouts/shortcodes/math.html b/layouts/shortcodes/math.html index 3fcdaa7..16aadce 100644 --- a/layouts/shortcodes/math.html +++ b/layouts/shortcodes/math.html @@ -2,4 +2,4 @@ \( {{- trim .Inner "\n" -}} \) {{ else }} $$ {{- trim .Inner "\n" -}} $$ -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/shortcodes/table-dense.html b/layouts/shortcodes/table-dense.html index 6c77418..d5666a8 100644 --- a/layouts/shortcodes/table-dense.html +++ b/layouts/shortcodes/table-dense.html @@ -1,3 +1,3 @@ {{ $htmlTable := .Inner | markdownify }} {{ $htmlTable := replace $htmlTable "" "
" }} -{{ $htmlTable | safeHTML }} \ No newline at end of file +{{ $htmlTable | safeHTML }} diff --git a/package.json b/package.json index 66d1af5..f737243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-fuji", - "version": "2.6.0", + "version": "2.7.0", "description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。", "repository": { "type": "git", -- cgit v1.2.3