Show list of examples
This commit is contained in:
parent
f0924cde03
commit
2b1680fcfc
1 changed files with 11 additions and 9 deletions
|
@ -1,16 +1,18 @@
|
|||
---
|
||||
layout: base
|
||||
title: Building Bootstrap Components with Tailwind CSS
|
||||
use:
|
||||
- examples
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for example in data.examples %}
|
||||
<li>
|
||||
<a href="{{ example.url }}">
|
||||
{{ example.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div class="max-w-xl mx-auto py-10 prose">
|
||||
<h1 class="text-center">{{ page.title }}</h1>
|
||||
|
||||
<ul>
|
||||
{% for example in data.examples %}
|
||||
<li>
|
||||
<a href="{{ example.url }}">{{ example.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue