Fix doc urls

This commit is contained in:
Jeremy Thomas 2024-07-01 15:37:50 +01:00
parent 8ed556711b
commit fc7db1b204
5 changed files with 9 additions and 7 deletions

View File

@ -13,7 +13,7 @@
{% if include.prints %}
<div class="bd-hero-prints">
{% for print in include.prints %}
<a class="bd-hero-print icon-text">
<a class="bd-hero-print icon-text" href="{{ print.url }}" target="_blank">
<span class="icon">
<i class="{{ print.icon }}"></i>
</span>

View File

@ -2,8 +2,8 @@
<div class="content has-text-centered">
<p>
<strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content is licensed
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
<a href="https://opensource.org/license/mit">MIT</a>. The website content is licensed
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
</p>
</div>
</footer>

View File

@ -7,8 +7,8 @@ title: Layout/Footer
<div class="content has-text-centered">
<p>
<strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
<a href="https://opensource.org/license/mit">MIT</a>. The website content
is licensed <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
</p>
</div>
</footer>

View File

@ -6,8 +6,10 @@ subtitle: Everything you need to create a website with Bulma.
hero_prints:
- label: "Creative Commons"
icon: "fab fa-creative-commons"
url: https://creativecommons.org/licenses/by-nc-sa/4.0/
- label: "Contribute on GitHub"
icon: "fas fa-code-pull-request"
url: https://github.com/jgthms/bulma
---
{% assign category_ids = site.data.links.category_ids %}

View File

@ -16,9 +16,9 @@ breadcrumb:
<p>
<strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>.
The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The
<a href="https://opensource.org/license/mit">MIT</a>. The
website content is licensed
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0//"
>CC BY NC SA 4.0</a
>.
</p>