Switch New York Times case study to use youtube shortcode

This commit is contained in:
M. Habib Rosyad
2020-11-20 14:32:12 +07:00
parent 1e38b53fc8
commit 4ba449d527
3 changed files with 25 additions and 7 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
{{ else }}
<div class="quote banner">
{{ end }}
<p class="quote-text">
{{ .Inner }}
<div class="quote-text">
{{ .Inner | markdownify }}
{{ if .Get "author" }}
<span class="quote-author">&mdash; {{ .Get "author" }}</span>
{{ end }}
</p>
</div>
</div>