Skip to content

Commit 70e1008

Browse files
committed
Project blurb custom_readme
1 parent 9ac9345 commit 70e1008

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

roles/generate-jenkins/templates/DOCUMENTATION.j2-CUSTOM

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
{% from 'common_macros.j2' import noter with context %}
33
---
44
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 %}
512
---
613
{% include "README_SNIPPETS/DO_NOT_EDIT.j2" | trim %}
714

0 commit comments

Comments
 (0)