Skip to content

Commit 2bdb73c

Browse files
authored
Multiline last-update (quarkusio#2106)
1 parent 21223b8 commit 2bdb73c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

working-groups/templates/wg.yaml.template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ working-groups:
99
status: {board.getBadgeText()}
1010
last-activity: {board.getLastActivityDate()}
1111
{#if board.getLastUpdate() && board.getLastUpdate().body.trim()}
12-
last-update: {board.getLastUpdate().body.trim()}
12+
last-update: |
13+
{board.getLastUpdate().body.trim()}
1314
{/if}
14-
{/for}
15+
{/for}

0 commit comments

Comments
 (0)