From 915f81a7e41a17f44ba9069ad3044a4bd4c67943 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Wed, 13 May 2020 18:06:45 +0200 Subject: [PATCH] Get rid of external fonts (#7) --- layouts/shortcodes/notice.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html index 1afffdd..6ea6a03 100644 --- a/layouts/shortcodes/notice.html +++ b/layouts/shortcodes/notice.html @@ -5,10 +5,11 @@ {{- $block := findRE "(?is)^<(?:address|article|aside|blockquote|canvas|dd|div|dl|dt|fieldset|figcaption|figure|footer|form|h(?:1|2|3|4|5|6)|header|hgroup|hr|li|main|nav|noscript|ol|output|p|pre|section|table|tfoot|ul|video)\\b" $raw 1 -}} {{/* Count how many times we've called this shortcode and load the css if it's the first time */}} {{- if not ($.Page.Scratch.Get "noticecount") -}} - + + {{- end -}} {{- $.Page.Scratch.Add "noticecount" 1 -}}
-

{{- i18n $noticeType -}}

+

{{- i18n $noticeType -}}

{{- if or $block (not $raw) }}{{ $raw }}{{ else }}

{{ $raw }}

{{ end -}}