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
|
layout: base
|
||||||
|
title: Building Bootstrap Components with Tailwind CSS
|
||||||
use:
|
use:
|
||||||
- examples
|
- examples
|
||||||
---
|
---
|
||||||
|
|
||||||
<ul>
|
<div class="max-w-xl mx-auto py-10 prose">
|
||||||
{% for example in data.examples %}
|
<h1 class="text-center">{{ page.title }}</h1>
|
||||||
<li>
|
|
||||||
<a href="{{ example.url }}">
|
|
||||||
{{ example.title }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
<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