diff --git a/_config.yml b/_config.yml index dadaf64..a13bb03 100644 --- a/_config.yml +++ b/_config.yml @@ -152,6 +152,8 @@ yat: # background: "rgba(0, 0, 0, 0.8)" # height: "640px" # min_height: null +# heading_style: null # Custom heading style (e.g. "font-weight: bold; text-decoration: underline") +# subheading_style: null # Custom subheading style (e.g. color: gold) # Excerpt size setting # excerpt_size: 350 diff --git a/_includes/functions/get_banner.html b/_includes/functions/get_banner.html index acfb4f4..6d07f10 100644 --- a/_includes/functions/get_banner.html +++ b/_includes/functions/get_banner.html @@ -31,3 +31,14 @@ {% assign name = 'banner.min_height' %} {%- include functions.html func='get_value' -%} {% assign banner_min_height = return %} + +{%- include functions.html func='log' level='debug' msg='Get banner_heading_style value' -%} +{% assign name = 'banner.heading_style' %} +{%- include functions.html func='get_value' -%} +{% assign banner_heading_style = return %} + +{%- include functions.html func='log' level='debug' msg='Get banner_subheading_style value' -%} +{% assign name = 'banner.subheading_style' %} +{%- include functions.html func='get_value' -%} +{% assign banner_subheading_style = return %} + 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 -%}
diff --git a/_includes/views/post-header.html b/_includes/views/post-header.html index e59fd91..d5e3db3 100644 --- a/_includes/views/post-header.html +++ b/_includes/views/post-header.html @@ -1,6 +1,6 @@

{{ heading | default: page.title | escape }}

-

{{ subheading | default: page.subtitle | escape }}

+

{{ subheading | default: page.subtitle | escape }}