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 21223b8 commit 2bdb73cCopy full SHA for 2bdb73c
working-groups/templates/wg.yaml.template
@@ -9,6 +9,7 @@ working-groups:
9
status: {board.getBadgeText()}
10
last-activity: {board.getLastActivityDate()}
11
{#if board.getLastUpdate() && board.getLastUpdate().body.trim()}
12
- last-update: {board.getLastUpdate().body.trim()}
+ last-update: |
13
+ {board.getLastUpdate().body.trim()}
14
{/if}
- {/for}
15
+ {/for}
0 commit comments