summaryrefslogtreecommitdiff
path: root/generator
diff options
context:
space:
mode:
authorNikhita Raghunath <nikitaraghunath@gmail.com>2019-09-27 13:05:14 +0530
committerNikhita Raghunath <nikitaraghunath@gmail.com>2019-10-05 09:33:54 +0530
commit13ccf338c45634062d4efe28f67a713978429f0e (patch)
treeecf293b7b95a2647d2f73527cdcae61151dd106b /generator
parenta0055b50634bab7f53b5ff2cb905e5325ed66b3a (diff)
generator: remove company for emeritus_leads from templates
Diffstat (limited to 'generator')
-rw-r--r--generator/sig_readme.tmpl2
-rw-r--r--generator/ug_readme.tmpl2
-rw-r--r--generator/wg_readme.tmpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/generator/sig_readme.tmpl b/generator/sig_readme.tmpl
index 12ad5bb4..06361e94 100644
--- a/generator/sig_readme.tmpl
+++ b/generator/sig_readme.tmpl
@@ -42,7 +42,7 @@ subprojects, and resolve cross-subproject technical issues and decisions.
## Emeritus Leads
{{ range .Leadership.EmeritusLeads }}
-* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
+* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**)
{{- end }}
{{- end }}
{{- end }}
diff --git a/generator/ug_readme.tmpl b/generator/ug_readme.tmpl
index 4062128e..a84aa06a 100644
--- a/generator/ug_readme.tmpl
+++ b/generator/ug_readme.tmpl
@@ -30,7 +30,7 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
## Emeritus Organizers
{{ range .Leadership.EmeritusLeads }}
-* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
+* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**)
{{- end }}
{{- end }}
{{- end }}
diff --git a/generator/wg_readme.tmpl b/generator/wg_readme.tmpl
index 0fc7ff47..a36d16f7 100644
--- a/generator/wg_readme.tmpl
+++ b/generator/wg_readme.tmpl
@@ -36,7 +36,7 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
## Emeritus Organizers
{{ range .Leadership.EmeritusLeads }}
-* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
+* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**)
{{- end }}
{{- end }}
{{- end }}