We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3d112f + 82b6d2d commit 0d1da57Copy full SHA for 0d1da57
docs/_includes/article/top/custom.html
@@ -1,3 +1,9 @@
1
<!-- start custom article top snippet -->
2
+{%- if page.badges and page.badges != empty -%}
3
+ <div class="project-badges project-badges--page">
4
+ {% include badges.html items=page.badges %}
5
+ </div>
6
+{%- endif -%}
7
8
<!-- end custom article top snippet -->
9
+
0 commit comments