summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/aplayer.html2
-rw-r--r--layouts/shortcodes/img-lazy.html2
-rw-r--r--layouts/shortcodes/img-nz-lazy.html2
-rw-r--r--layouts/shortcodes/img-nz.html2
-rw-r--r--layouts/shortcodes/math.html2
-rw-r--r--layouts/shortcodes/table-dense.html2
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 }}