Skip to content

Commit 904997a

Browse files
committed
refactor: make WG request form url a site param
reference via `{{< param working_group_request_form >}}` so we can change it in a single place instead of having to search & replace
1 parent 2c6ca44 commit 904997a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ time_format_blog = "02.01.2006"
7575
# Everything below this are Site Params
7676

7777
[params]
78+
79+
working_group_request_form = "https://asu.questionpro.com/omf-wg-joinrequest"
80+
7881
copyright = "Open Modeling Foundation"
7982
# privacy_policy = "https://policies.google.com/privacy"
8083

@@ -93,7 +96,7 @@ archived_version = false
9396
# The version number for the version of the docs represented in this doc set.
9497
# Used in the "version-banner" partial to display a version number for the
9598
# current doc set.
96-
version = "0.0"
99+
version = "0.1"
97100

98101
# A link to latest version of the docs. Used in the "version-banner" partial to
99102
# point people to the main doc site.

content/en/about/community/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Executive Committee ensures that the activities of the Open Modeling Foundat
2424

2525
## Working Groups
2626

27-
### __[Click here to join a working group](https://asu.questionpro.com/omf-wg-joinrequest)__
27+
### __[Click here to join a working group]({{< param working_group_request_form >}})__
2828
### Follow the links below for more information
2929

3030
##### __[Standards]({{< ref "/governance/working-groups#standards-working-group" >}})__
@@ -47,7 +47,7 @@ The Executive Committee ensures that the activities of the Open Modeling Foundat
4747

4848
The Early Career Scholars program helps the Open Modeling Foundation support student and early career development.
4949

50-
#### __[Click here to join the Early Career Scholars](https://asu.questionpro.com/omf-wg-joinrequest)__
50+
#### __[Click here to join the Early Career Scholars]({{< param working_group_request_form >}})__
5151
##### __[More information]({{< ref "/governance/charter/#early-career-scholars" >}})__
5252

5353
## Open Modeling Foundation Affiliates

0 commit comments

Comments
 (0)