[zh][team] add 台灣非二元酷兒浪子
This commit is contained in:
parent
c3d7e61275
commit
bfa0505767
|
@ -6,6 +6,12 @@
|
||||||
<T>contact.team.name</T>
|
<T>contact.team.name</T>
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
</li>
|
</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">
|
<li v-if="authors === undefined">
|
||||||
<Spinner/>
|
<Spinner/>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -88,6 +88,11 @@ contact:
|
||||||
icon: 'envelope'
|
icon: 'envelope'
|
||||||
url: 'mailto:contact@pronouns.page'
|
url: 'mailto:contact@pronouns.page'
|
||||||
headline: 'contact@pronouns.page'
|
headline: 'contact@pronouns.page'
|
||||||
|
authors:
|
||||||
|
-
|
||||||
|
name: '台灣非二元酷兒浪子'
|
||||||
|
link: 'https://www.facebook.com/TaiwanNonbinary/'
|
||||||
|
group: true
|
||||||
team:
|
team:
|
||||||
enabled: true
|
enabled: true
|
||||||
route: 'team' # TODO
|
route: 'team' # TODO
|
||||||
|
|
Reference in New Issue