diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2021-06-17 21:32:19 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2021-06-17 21:51:00 +0800 |
commit | f39f3884cc9670efb31bec2a73ea4a0be9b46140 (patch) | |
tree | 204579672e0f5ef74285762994aa3d4241512e39 /_includes/functions/get_banner.html | |
parent | 325912a0eb0577e09c9de80f6361c3bfffc4c628 (diff) |
feat: add min_height option to banner
Diffstat (limited to '_includes/functions/get_banner.html')
-rw-r--r-- | _includes/functions/get_banner.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/functions/get_banner.html b/_includes/functions/get_banner.html index bb19ac2..acfb4f4 100644 --- a/_includes/functions/get_banner.html +++ b/_includes/functions/get_banner.html @@ -26,3 +26,8 @@ {% assign name = 'banner.height' %} {%- include functions.html func='get_value' -%} {% assign banner_height = return %} + +{%- include functions.html func='log' level='debug' msg='Get banner_min_height value' -%} +{% assign name = 'banner.min_height' %} +{%- include functions.html func='get_value' -%} +{% assign banner_min_height = return %} |