Ye contact
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 7s

This commit is contained in:
2026-06-16 00:06:46 +02:00
parent de6449d830
commit b803edfad4
8 changed files with 329 additions and 19 deletions

View File

@@ -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>