Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20

This commit is contained in:
Kristin Martin
2020-12-03 11:58:44 -08:00
286 changed files with 10465 additions and 6552 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>