bulma/docs/_includes/index/tws.html

18 lines
457 B
HTML
Raw Normal View History

2018-04-10 11:48:58 +00:00
{% 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 }}">
2019-02-08 12:15:52 +00:00
A large <strong>community</strong>
2018-04-10 11:48:58 +00:00
</a>
</h3>
<h4 class="subtitle is-4">
2018-04-11 15:07:35 +00:00
See what Bulma fans are saying
2018-04-10 11:48:58 +00:00
</h4>
</header>
2018-04-10 10:45:48 +00:00
{% include elements/tws.html %}
</section>