diff --git a/_includes/feature-row b/_includes/feature-row new file mode 100644 index 00000000..965a0a44 --- /dev/null +++ b/_includes/feature-row @@ -0,0 +1,45 @@ +{% include base_path %} + +{% if include.id %} + {% assign feature_row = page.[include.id] %} +{% else %} + {% assign feature_row = page.feature_row %} +{% endif %} + +
{{ f.btn_label | default: site.data.ui-text[site.locale].more_label }}
+ {% endif %} +" | remove: "
" }} {% endif %} - {% if site.read_time and page.read_time %} {% endif %} + {% if page.excerpt %} +{{ page.excerpt | markdownify | remove: "
" | remove: "
" }} + {% endif %} + {% if site.read_time and page.read_time %} + + {% endif %} + {% if page.header.cta_url %} +{{ page.header.cta_label | default: site.data.ui-text[site.locale].more_label }}
+ {% endif %} {% else %} diff --git a/_includes/splash-row b/_includes/splash-row deleted file mode 100644 index 3bd7288d..00000000 --- a/_includes/splash-row +++ /dev/null @@ -1,51 +0,0 @@ -{% include base_path %} - -{% if include.id %} - {% assign splash_row = page.[include.id] %} -{% else %} - {% assign splash_row = page.splash_row %} -{% endif %} - -{% capture splash_size %}{{ splash_row | size }}{% endcapture %} - -{% if splash_size == '2' %} - {% assign splash_layout = 'half' %} -{% elsif splash_size >= '3' %} - {% assign splash_layout = 'third' %} -{% else %} - {% assign splash_layout = '' %} -{% endif %} - -" | remove: "
" }}{{ s.btn_label | default: site.data.ui-text[site.locale].more_label }}
- {% endif %} -