registration brand font + more translations
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<section class="container px-4 py-24 mx-auto">
|
||||
<div class="simplecontent">
|
||||
<div class="mb-24 text-left md:text-center">
|
||||
<h1 class="mb-4 text-4xl font-bold leading-tight text-gray-900 dark:text-gray-50 md:text-5xl">{{ $t('imprint') }}
|
||||
<h1 class="mb-4 text-4xl font-bold leading-tight text-gray-900 dark:text-gray-50 md:text-5xl">{{ $t('imprint')
|
||||
}}
|
||||
</h1>
|
||||
</div>
|
||||
<div class="mx-auto prose" v-html="content"></div>
|
||||
@@ -12,7 +13,7 @@
|
||||
</template>
|
||||
<style src="../simple.css"></style>
|
||||
<script>
|
||||
import marked from "marked";
|
||||
import { marked } from "marked";
|
||||
import Footer from "@/components/Footer.vue";
|
||||
export default {
|
||||
components: { Footer },
|
||||
|
||||
Reference in New Issue
Block a user