/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_includes/docs_variables_table.html
18 строк
336 B
Ashwin Maroli
Optimize rendering of the documentation site (#8020)
25 фев 2020, 02:44
Не верифицирован
25 фев 2020, 02:44
68066ce
Код
Авторство
О чём код?
<div class="mobile-side-scroller"> <table> <thead> <tr> <th>Variable</th> <th>Description</th> </tr> </thead> <tbody> {% for var in include.scope -%} <tr> <td><p><code>{{ var.name }}</code></p></td> <td><p>{{- var.description -}}</p></td> </tr> {% endfor -%} </tbody> </table> </div>