Skip to content

Commit

Permalink
Project blurb custom_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus committed Jan 27, 2025
1 parent 9ac9345 commit 70e1008
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/generate-jenkins/templates/DOCUMENTATION.j2-CUSTOM
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
{% from 'common_macros.j2' import noter with context %}
---
title: {{ project_name }}
{% if project_categories and project_blurb %}
tags:
{% for tag in project_categories.split(",") %}
- {{ tag | title }}
{% endfor %}
description: "{{ noter(project_blurb) | trim }}"
{% endif %}
---
{% include "README_SNIPPETS/DO_NOT_EDIT.j2" | trim %}

Expand Down

0 comments on commit 70e1008

Please sign in to comment.