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/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 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'layouts/shortcodes') 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 }} -- cgit v1.2.3