diff options
author | dsrkafuu | 2021-06-09 10:25:29 +0800 |
---|---|---|
committer | dsrkafuu | 2021-06-09 10:25:29 +0800 |
commit | a138423ec2588d76a96f90fdcd8d9606276355e3 (patch) | |
tree | c4afae16ad3253e5a4fe1ff4a3253ec149c568d4 /layouts/shortcodes | |
parent | 88cf3501a14873a33c888b6ecc8f1e2fe365c431 (diff) | |
download | hugo-theme-fuji-a138423ec2588d76a96f90fdcd8d9606276355e3.tar.gz hugo-theme-fuji-a138423ec2588d76a96f90fdcd8d9606276355e3.tar.bz2 hugo-theme-fuji-a138423ec2588d76a96f90fdcd8d9606276355e3.zip |
build: update deps
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/aplayer.html | 2 | ||||
-rw-r--r-- | layouts/shortcodes/img-lazy.html | 2 | ||||
-rw-r--r-- | layouts/shortcodes/img-nz-lazy.html | 2 | ||||
-rw-r--r-- | layouts/shortcodes/img-nz.html | 2 | ||||
-rw-r--r-- | layouts/shortcodes/math.html | 2 | ||||
-rw-r--r-- | layouts/shortcodes/table-dense.html | 2 |
6 files changed, 6 insertions, 6 deletions
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 }} ></div> -</div>
\ No newline at end of file +</div> 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 @@ <p><div class="image-wrapper ratio-{{ index .Params 0 }}"> <img class="lazyload img-zoomable" data-src="{{ index .Params 2 | relURL | safeURL }}" alt="{{ index .Params 1 }}" /> </div></p> -{{- 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 @@ <p><div class="image-wrapper ratio-{{ index .Params 0 }}"> <img class="lazyload" data-src="{{ index .Params 2 | relURL | safeURL }}" alt="{{ index .Params 1 }}" /> </div></p> -{{- 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 @@ <p> <img src="{{ index .Params 1 | relURL | safeURL }}" alt="{{ index .Params 0 }}" /> </p> -{{- 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 "<table>" "<table class=\"table-dense\">" }} -{{ $htmlTable | safeHTML }}
\ No newline at end of file +{{ $htmlTable | safeHTML }} |