Skip to content

Commit 0d1da57

Browse files
authored
Merge pull request #65 from V3x-0E/main
Added tags under project page title
2 parents c3d112f + 82b6d2d commit 0d1da57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
<!-- 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 -%}
27

38
<!-- end custom article top snippet -->
9+

0 commit comments

Comments
 (0)