diff --git a/_data/merchants-casinos.yml b/_data/merchants-casinos.yml index 87ff8c0..dc69a36 100644 --- a/_data/merchants-casinos.yml +++ b/_data/merchants-casinos.yml @@ -1,6 +1,6 @@ - name: DirectBet - url: www.DirectBet.eu/ + url: http://www.DirectBet.eu/ image: DirectBet.jpg - name: FortuneJack @@ -8,5 +8,5 @@ image: FortuneJack.jpg - name: CryptoGames - url: www.crypto-games.net + url: http://www.crypto-games.net image: CryptoGames.jpg diff --git a/_data/merchants-stores.yml b/_data/merchants-stores.yml index f8911a6..8b159d1 100644 --- a/_data/merchants-stores.yml +++ b/_data/merchants-stores.yml @@ -71,7 +71,7 @@ - name: Philipp Engelhorn title: Photography - url: www.philippengelhorn.com + url: http://www.philippengelhorn.com image: PhilippEngelhornPhotography.jpg - name: Ivan Liborio diff --git a/_includes/hero/currency.html b/_includes/hero/currency.html index 82e1ffd..685e439 100644 --- a/_includes/hero/currency.html +++ b/_includes/hero/currency.html @@ -16,7 +16,7 @@
- {% t pages.currency.hero-markets-btn %} + {% t pages.currency.hero-markets-btn %} {% t pages.currency.hero-governance-btn %} {% t pages.currency.hero-network-btn %} {% t pages.currency.hero-blockchain-btn %} diff --git a/cibuild.sh b/cibuild.sh index 46647e5..8636776 100644 --- a/cibuild.sh +++ b/cibuild.sh @@ -2,4 +2,4 @@ set -e # halt script on error npm run build -bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --checks-to-ignore 'ImageCheck','LinkCheck' +bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --checks-to-ignore 'ImageCheck'