mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
More index sections
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
<section class="bd-tws-home">
|
||||
{% 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>
|
||||
|
||||
Reference in New Issue
Block a user