/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_layouts/news.html
14 строк
270 B
Ashwin Maroli
Optimize rendering of the documentation site (#8020)
25 фев 2020, 02:44
Не верифицирован
25 фев 2020, 02:44
68066ce
Код
Авторство
О чём код?
--- layout: default --- <section class="news"> <div class="grid"> {% include news_contents_mobile.html -%} <div class="unit four-fifths"> {{- content -}} </div> {% include news_contents.html -%} <div class="clear"></div> </div> </section>