This commit is contained in:
@@ -3,6 +3,8 @@ import FixedLayout from '~/components/layouts/FixedLayout.vue';
|
||||
import TableHeader from '~/components/parts/TableHeader.vue';
|
||||
import ServerStatus from '~/components/parts/ServerStatus.vue';
|
||||
|
||||
import ContactLinks from '~/components/parts/ContactLinks.vue';
|
||||
|
||||
import { useSeo } from '~/composables/seo'
|
||||
|
||||
import Place from '~/components/widgets/Place.vue';
|
||||
@@ -270,6 +272,7 @@ const sectionTargets = {
|
||||
<Container>
|
||||
<h2 class="section-title">{{ t('pages.contact_heading') }}</h2>
|
||||
<ContentRenderer v-if="contactMarkdown" :value="contactMarkdown"></ContentRenderer>
|
||||
<ContactLinks />
|
||||
</Container>
|
||||
</section>
|
||||
</FixedLayout>
|
||||
|
||||
Reference in New Issue
Block a user