aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/layouts/shortcodes/quote.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-theme-stack/layouts/shortcodes/quote.html')
-rw-r--r--themes/hugo-theme-stack/layouts/shortcodes/quote.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/themes/hugo-theme-stack/layouts/shortcodes/quote.html b/themes/hugo-theme-stack/layouts/shortcodes/quote.html
deleted file mode 100644
index 09bb07c..0000000
--- a/themes/hugo-theme-stack/layouts/shortcodes/quote.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<blockquote>
- <p>{{ .Inner | markdownify }}</p>
- {{- if or (.Get "author") (.Get "source") -}}
- <span class="cite"><span>― </span>
- {{- if .Get "author" -}}
- <span>
- {{- .Get "author" -}}{{- if .Get "source" -}}, {{ end -}}
- </span>
- {{- end -}}
- {{- with .Get "url" -}}<a href="{{ . }}">{{- end -}}
- <cite>{{ .Get "source" }}</cite>
- {{- if .Get "url" -}}</a>{{- end -}}
- </span>
- {{- end -}}
-</blockquote> \ No newline at end of file