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() %}