X Tutup
--- layout: page ---
{% include /page-core/breadcrumbs.html %}
{% if page.kernel_version %}
{% include /style/icon.html type="info" %} This docs page is for kernel version
{{ page.kernel_version }}
{% endif %}
{{ content }} {% if page.author %} {% assign count = page.author | size %} {% if count > 1 %}
Authors
{% else %}
Author
{% endif %} {% for author in page.author %}
{% include /util/author-card.html author=author theme='light' %}
{% endfor %} {% endif %}
X Tutup