Use https for Bulma

This commit is contained in:
Jeremy Thomas
2017-10-16 13:23:57 +01:00
parent 605984f36c
commit 80bd5415be
10 changed files with 22 additions and 22 deletions

View File

@@ -30,13 +30,13 @@ images:
---
{% capture image_example %}
<a href="http://bulma.io">
<a href="https://bulma.io">
<img src="/path/to/made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
</a>
{% endcapture %}
{% capture image_bigger_example %}
<a href="http://bulma.io">
<a href="https://bulma.io">
<img src="/path/to/made-with-bulma.png" alt="Made with Bulma" width="256" height="48">
</a>
{% endcapture %}
@@ -112,7 +112,7 @@ images:
<div class="bd-snippet bd-is-vertical bd-is-two-fifths">
<div class="bd-snippet-preview">
<a href="http://bulma.io">
<a href="https://bulma.io">
<img src="{{ site.url }}/images/made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
</a>
</div>
@@ -129,7 +129,7 @@ images:
<div class="bd-snippet bd-is-vertical bd-is-two-fifths">
<div class="bd-snippet-preview">
<a href="http://bulma.io">
<a href="https://bulma.io">
<img src="{{ site.url }}/images/made-with-bulma.png" alt="Made with Bulma" width="256" height="48">
</a>
</div>
@@ -147,7 +147,7 @@ images:
</div>
{% for image in page.images %}
{% capture image_example %}
<a href="http://bulma.io">
<a href="https://bulma.io">
<img src="{{ site.url }}/images/made-with-bulma{{ image.type }}.png" alt="Made with Bulma" width="128" height="24">
</a>
{% endcapture %}