/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_layouts/docs.html
18 строк
381 B
Ashwin Maroli
Extract markup for `Improve this page` into an inclusion (#9675)
12 сен 2024, 09:46
Не верифицирован
12 сен 2024, 09:46
75d70a0
Код
Авторство
О чём код?
--- layout: default --- <section class="docs"> <div class="grid"> {% include docs_contents_mobile.html -%} <div class="unit four-fifths"> <article> {% include improve_doc_link.html %} <h1>{{ page.title }}</h1> {{ content }} </article> </div> {% include docs_contents.html -%} <div class="clear"></div> </div> </section>