jekyll/docs/pages/showcase.html

24 lines
554 B
HTML

---
layout: page
title: Showcase
permalink: /showcase/
redirect_from:
- /docs/sites/
---
<p>Jekyll powers many company websites, here a few nice ones:</p>
<ul class="showcase" id="showcase">
{% for s in site.data.showcase reversed -%}
<li>
<a href="{{ s.url }}" target="_blank">
<figure>
<img loading="lazy" src="{{ site.cloudinary_url }}{{ s.image }}" alt="{{ s.name }}" width="404" height="253">
<figcaption>{{ s.name }}</figcaption>
</figure>
</a>
</li>
{% endfor -%}
<li class="spacer"></li>
</ul>