From d81ea1647d54260a1b3eae5073aef6fe6a00d431 Mon Sep 17 00:00:00 2001 From: Christopher Poenaru Date: Thu, 18 Feb 2021 17:05:38 -0800 Subject: [PATCH] add font awesome inclusion support --- templates/macros/head.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/macros/head.html b/templates/macros/head.html index 8d8612a..c228a22 100644 --- a/templates/macros/head.html +++ b/templates/macros/head.html @@ -14,6 +14,9 @@ {%- else -%} {% endif %} + {%- if config.extra.font_awesome is defined -%} + + {% endif %} {%- if config.extra.custom_css is defined -%} {% endif %} @@ -22,7 +25,7 @@ {% macro favicon() %} {%- if config.extra.favicon is defined -%} - {%- endif -%} + {%- endif -%} {% endmacro favicon %} {% macro rss() %}