Skip to content
Snippets Groups Projects
Commit c1e75abc authored by simon.mellerin's avatar simon.mellerin
Browse files

#72 - Add about page + handle markdown

parent 44a14971
No related branches found
No related tags found
1 merge request!83#72 - Add about page + handle markdown
Pipeline #10878 passed
......@@ -6,7 +6,7 @@
<div class="container mx-auto mt-8 p-8 bg-slate-100">
<h1 class="text-xl font-bold mb-8">{{ t('about.title') }}</h1>
<div v-html="content" />
<div class="content" v-html="content" />
</div>
</OcLayoutSimple>
</template>
......@@ -47,11 +47,11 @@ const breadcrumbItems = computed<OcBreadcrumbItem[]>(() => [
</script>
<style lang="css" scoped>
:deep(p) {
:deep(.content p) {
@apply mb-2;
}
:deep(a) {
:deep(.content a) {
@apply underline;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment