mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Only use derived variables
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<section class="bd-partnrs-list">
|
||||
<div class="bd-partner bd-is-sponsor">
|
||||
<p class="bd-partner-title has-text-centered">
|
||||
Bulma is thankful to its <a href="https://www.patreon.com/jgthms" target="_blank">Patreon sponsors</a>
|
||||
Bulma is thankful to its <a href="{{ site.data.meta.patreon_url }}" target="_blank">Patreon</a> and <a href="{{ site.data.meta.sponsorship_url }}" target="_blank">GitHub sponsors</a>
|
||||
</p>
|
||||
|
||||
<div class="bd-partner-sponsors">
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
|
||||
<p class="has-text-centered" style="margin-top: 1.5rem;">
|
||||
<a class="button is-primary is-medium" href="https://www.patreon.com/jgthms" target="_blank">
|
||||
<a class="button is-primary is-medium" href="{{ site.data.meta.sponsorship_url }}" target="_blank">
|
||||
Become a sponsor
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user