Skip to content

Commit

Permalink
add hr after articles
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 24, 2024
1 parent f6259b4 commit f54078d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</template>
</ContentDoc>
</main>
<hr v-if="$route.path.startsWith('/blog/')" />
<section v-if="!pending && posts?.length && $route.path.startsWith('/blog/')" class="mt-8">
<h2 class="text-2xl font-bold mb-4">Have you also read these yet ? 👀</h2>
<ul>
Expand Down

0 comments on commit f54078d

Please sign in to comment.