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 @@ ...@@ -6,7 +6,7 @@
<div class="container mx-auto mt-8 p-8 bg-slate-100"> <div class="container mx-auto mt-8 p-8 bg-slate-100">
<h1 class="text-xl font-bold mb-8">{{ t('about.title') }}</h1> <h1 class="text-xl font-bold mb-8">{{ t('about.title') }}</h1>
<div v-html="content" /> <div class="content" v-html="content" />
</div> </div>
</OcLayoutSimple> </OcLayoutSimple>
</template> </template>
...@@ -47,11 +47,11 @@ const breadcrumbItems = computed<OcBreadcrumbItem[]>(() => [ ...@@ -47,11 +47,11 @@ const breadcrumbItems = computed<OcBreadcrumbItem[]>(() => [
</script> </script>
<style lang="css" scoped> <style lang="css" scoped>
:deep(p) { :deep(.content p) {
@apply mb-2; @apply mb-2;
} }
:deep(a) { :deep(.content a) {
@apply underline; @apply underline;
} }
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment