bulma/docs/_includes/index/tws.html
2018-04-10 12:48:58 +01:00

18 lines
476 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 <strong>Bulma fans</strong> are saying
</h4>
</header>
{% include elements/tws.html %}
</section>