UNPKG
jekyll
Version:
latest (3.0.0-beta1)
3.0.0-beta1
A blog-aware, static site generator in Ruby
github.com/jekyll/jekyll
jekyll/jekyll
jekyll
/
site
/
_includes
/
docs_contents.html
9 lines
(8 loc)
•
213 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
div
class
=
"unit one-fifth hide-on-mobiles"
>
<
aside
>
{% for section in site.data.docs %}
<
h4
>
{{ section.title }}
</
h4
>
{% include docs_ul.html items=section.docs %} {% endfor %}
</
aside
>
</
div
>