We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac9345 commit 70e1008Copy full SHA for 70e1008
1 file changed
roles/generate-jenkins/templates/DOCUMENTATION.j2-CUSTOM
@@ -2,6 +2,13 @@
2
{% from 'common_macros.j2' import noter with context %}
3
---
4
title: {{ project_name }}
5
+{% if project_categories and project_blurb %}
6
+tags:
7
+{% for tag in project_categories.split(",") %}
8
+ - {{ tag | title }}
9
+{% endfor %}
10
+description: "{{ noter(project_blurb) | trim }}"
11
+{% endif %}
12
13
{% include "README_SNIPPETS/DO_NOT_EDIT.j2" | trim %}
14
0 commit comments