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 70e1008 commit ea29056Copy full SHA for ea29056
1 file changed
roles/generate-jenkins/templates/DOCUMENTATION.j2-CUSTOM
@@ -2,13 +2,15 @@
2
{% from 'common_macros.j2' import noter with context %}
3
---
4
title: {{ project_name }}
5
+{% if project_categories is defined and project_blurb is defined %}
6
{% if project_categories and project_blurb %}
7
tags:
8
{% for tag in project_categories.split(",") %}
9
- {{ tag | title }}
10
{% endfor %}
11
description: "{{ noter(project_blurb) | trim }}"
12
{% endif %}
13
+{% endif %}
14
15
{% include "README_SNIPPETS/DO_NOT_EDIT.j2" | trim %}
16
0 commit comments