[zh][team] add 台灣非二元酷兒浪子

This commit is contained in:
Avris 2021-02-01 18:51:33 +01:00
parent c3d7e61275
commit bfa0505767
2 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,12 @@
<T>contact.team.name</T>
</nuxt-link>
</li>
<li v-for="author in config.contact.authors || []" class="mb-2">
<Icon :v="author.group ? 'users' : 'user'"/>
<a :href="author.link" target="_blank" rel="noopener">
{{author.name}}
</a>
</li>
<li v-if="authors === undefined">
<Spinner/>
</li>

View File

@ -88,6 +88,11 @@ contact:
icon: 'envelope'
url: 'mailto:contact@pronouns.page'
headline: 'contact@pronouns.page'
authors:
-
name: '台灣非二元酷兒浪子'
link: 'https://www.facebook.com/TaiwanNonbinary/'
group: true
team:
enabled: true
route: 'team' # TODO