/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/pages/showcase.html
23 строки
586 B
William Underwood
fixed grammatical mistake on "showcase" page (#9264)
26 янв 2023, 13:55
Не верифицирован
26 янв 2023, 13:55
2bd91fd
Код
Авторство
О чём код?
--- layout: page title: Showcase permalink: /showcase/ redirect_from: - /docs/sites/ --- <p>Jekyll powers many company websites; here are a few nice ones:</p> <ul class="showcase" id="showcase"> {% for entry in site.data.showcase reversed -%} <li> <a href="{{ entry.url }}" target="_blank"> <figure> <img loading="lazy" src="{{ site.cloudinary_url }}/showcase/{{ entry.image }}" alt="{{ entry.name }}" width="404" height="253"> <figcaption>{{ entry.name }}</figcaption> </figure> </a> </li> {% endfor -%} <li class="spacer"></li> </ul>