Skip to content

Commit

Permalink
web: Fix FAQ page
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux committed Aug 15, 2022
1 parent 00ccc47 commit ba897bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/pages/faq/_faq.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<template>
<b-page class="flex justify-center">
<article-card
:title="faq.title"
:document="faq"
v-if="post != undefined"
:title="post.title"
:document="post"
author="schneefux"
></article-card>
</b-page>
Expand Down

0 comments on commit ba897bb

Please sign in to comment.