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 ac9a5cb commit 59cbd9eCopy full SHA for 59cbd9e
config/template.json
@@ -14,7 +14,7 @@
14
"urlcode": "$ { challenge.id }",
15
"group": {
16
"name": "${ challenge.name }",
17
- "description": "Welcome to ${ challenge.name } Forum.",
+ "description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
18
"privacy": "secret",
19
"type": "challenge"
20
},
@@ -136,7 +136,7 @@
136
137
138
139
- "description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
+ "description": "Welcome to the challenge forum.",
140
141
142
0 commit comments