From 404a26e6a9be6785e45f52367f0068eaaa33b3bd Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Fri, 25 Jun 2021 14:16:44 +0800 Subject: feat: support banner heading and subheading styles --- _includes/views/banner.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '_includes/views/banner.html') diff --git a/_includes/views/banner.html b/_includes/views/banner.html index 32bb3cd..f26d06f 100644 --- a/_includes/views/banner.html +++ b/_includes/views/banner.html @@ -49,6 +49,20 @@ } {% endif %} + {%- if banner_heading_style -%} + + {%- endif -%} + {%- if banner_subheading_style -%} + + {%- endif -%}
-- cgit v1.2.3