mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Add more layout
This commit is contained in:
13
docs/_includes/components/more.html
Normal file
13
docs/_includes/components/more.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<nav class="bd-categories">
|
||||
{% for link_id in site.data.links.more %}
|
||||
{% assign link = site.data.links.by_id[link_id] %}
|
||||
|
||||
<div class="bd-category">
|
||||
<header class="bd-category-header">
|
||||
<a class="bd-category-name" href="{{ site.url }}{{ link.path }}">
|
||||
<strong>{{ link.name }}</strong>
|
||||
</a>
|
||||
</header>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user