init blog (wip)

This commit is contained in:
Hans Pagel
2021-07-09 18:24:23 +02:00
parent 1b7ef80603
commit 2e40a827fb
17 changed files with 748 additions and 6 deletions

View File

@@ -64,7 +64,7 @@
</main>
<portal :to="menuPortal">
<g-link class="app__menu-item" to="/installation" v-if="$route.name === 'home'">
<g-link class="app__menu-item" to="/installation" v-if="$route.name === 'home' || $route.path.startsWith('/blog')">
<icon name="book-3-line" />
<span>Documentation</span>
</g-link>