mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Use https for Bulma
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user