Skip to content

Commit

Permalink
test: look at category meta
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Sep 10, 2024
1 parent 87fcab6 commit a18820a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_main/_category/index.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<!-- General template for sub-routes i.e. our-work/software -->
<div>
<pre>{{ categoryMeta }}</pre>
<pre>{{ $route.params }}</pre>
<DHero
variant="light"
:title="humanizeHero($route.params.category)"
:subtitle="categoryMeta.description"
>
<pre>{{ data }}</pre>
<pre>{{ $route.params }}</pre>
<!-- Add a button to the Hero when index.yml includes call for action -->
<template v-if="categoryMeta['call-for-action']" #button>
<nuxt-link
Expand Down

0 comments on commit a18820a

Please sign in to comment.