diff options
Diffstat (limited to 'layouts/shortcodes/actions.html')
| -rw-r--r-- | layouts/shortcodes/actions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/actions.html b/layouts/shortcodes/actions.html index 2c2b07e..b4a0df5 100644 --- a/layouts/shortcodes/actions.html +++ b/layouts/shortcodes/actions.html @@ -10,7 +10,7 @@ {{- $isDownload := eq $use "download" -}} {{- if $url -}} -<div class="cta-block {{ $outclass }}"> +<div class="cta-block not-prose {{ $outclass }}"> {{- with $caption -}} <p class="cta-block__caption">{{ . }}</p> {{- end -}} |
