[zh][team] add 台灣非二元酷兒浪子
This commit is contained in:
parent
c3d7e61275
commit
bfa0505767
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue