Skip to content

Commit

Permalink
fix(site): blog breadcrumb layout
Browse files Browse the repository at this point in the history
close #426
  • Loading branch information
tchiotludo committed Aug 9, 2023
1 parent c64b346 commit b431e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blogs/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<article class="bd-main order-1" v-if="page" :class="{'full': page.rightBar === false}">
<ContentRenderer :value="page">
<div class="bd-title">
<p class="subtitle" data-aos="fade-right">
<p class="top-breadcrumb" data-aos="fade-right">
<NuxtLink href="/blogs">Blog</NuxtLink>
</p>
<h1 data-aos="fade-left">{{ page.title }}</h1>
Expand Down

1 comment on commit b431e13

@vercel
Copy link

@vercel vercel bot commented on b431e13 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kestra-io – ./

kestra-io-kestra.vercel.app
kestra-io.vercel.app
kestra-io-git-main-kestra.vercel.app

Please sign in to comment.