From 1594bdc8d0132f548e18ffcc1db8c4cd2b042726 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Wed, 17 Jul 2019 15:24:18 -0600 Subject: [PATCH] fix jekyll build errors (#1666) Signed-off-by: Steve Kriss --- site/index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/site/index.html b/site/index.html index 427a03f40..8ffc7d84d 100644 --- a/site/index.html +++ b/site/index.html @@ -16,17 +16,14 @@ hero: url: https://github.com/heptio/velero/releases/tag/v1.0.0 promo1: icon: /img/disaster-recover-icon.svg - #url: http://www.example.com?box1 title: Disaster Recovery content: Reduces time to recovery in case of infrastructure loss, data corruption, and/or service outages. promo2: icon: /img/data-migration-icon.svg - #url: http://www.example.com?box2 title: Data Migration content: Enables cluster portability by easily migrating Kubernetes resources from one cluster to another​. promo3: icon: /img/data-protection-icon.svg - #url: http://www.example.com?box3 title: Data Protection content: Offers key data protection features such as scheduled backups, retention schedules, and pre or post-backup hooks for custom actions. secondary_ctas: @@ -71,7 +68,7 @@ secondary_ctas:
{{ page.hero.promo1.title }}
- {% if page.hero.promo1.url | size > 0 %} + {% if page.hero.promo1.url or size > 0 %}
{{ page.hero.promo1.title }}
{% else %}
{{ page.hero.promo1.title }}
@@ -86,7 +83,7 @@ secondary_ctas:
{{ page.hero.promo2.title }}
- {% if page.hero.promo2.url | size > 0 %} + {% if page.hero.promo2.url or size > 0 %}
{{ page.hero.promo2.title }}
{% else %}
{{ page.hero.promo2.title }}
@@ -101,7 +98,7 @@ secondary_ctas:
{{ page.hero.promo3.title }}
- {% if page.hero.promo3.url | size > 0 %} + {% if page.hero.promo3.url or size > 0 %}
{{ page.hero.promo3.title }}
{% else %}
{{ page.hero.promo3.title }}