mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
18 lines
459 B
HTML
18 lines
459 B
HTML
{% assign love_link = site.data.links.by_id['love'] %}
|
|
{% assign love_url = site.url | append: love_link.path %}
|
|
|
|
<section class="bd-tws-home section is-medium">
|
|
<header class="bd-index-header">
|
|
<h3 class="title is-3">
|
|
<a href="{{ love_url }}">
|
|
A growing <strong>community</strong>
|
|
</a>
|
|
</h3>
|
|
<h4 class="subtitle is-4">
|
|
See what Bulma fans are saying
|
|
</h4>
|
|
</header>
|
|
|
|
{% include elements/tws.html %}
|
|
</section>
|