mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
minor improvements
This commit is contained in:
parent
2a60b30bf2
commit
87b7fe5d42
@ -7,6 +7,14 @@
|
||||
</router-link>
|
||||
|
||||
<div v-html="content"></div>
|
||||
|
||||
<Separator icon="heart"/>
|
||||
|
||||
<Support/>
|
||||
|
||||
<section>
|
||||
<Share :title="title"/>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -17,14 +17,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section v-if="Object.keys(config.census.results).length > 0" class="alert alert-info">
|
||||
<ul class="mb-0">
|
||||
<li v-for="(text, link) in config.census.results">
|
||||
<router-link :to="`/blog/${link}`">{{text}}</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<T :params='{
|
||||
questions: questions.length,
|
||||
@ -33,6 +25,14 @@
|
||||
}'>census.description</T>
|
||||
</section>
|
||||
|
||||
<section v-if="Object.keys(config.census.results).length > 0" class="alert alert-info">
|
||||
<ul class="mb-0">
|
||||
<li v-for="(text, link) in config.census.results">
|
||||
<router-link :to="`/blog/${link}`">{{text}}</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<Share :title="$t('census.headerLong')"/>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user