Skip to content

Commit

Permalink
pinning and no hey
Browse files Browse the repository at this point in the history
  • Loading branch information
lyleschemmerling committed Aug 8, 2023
1 parent 8322cb3 commit a084b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion astro/src/pages/blog/author/[author]/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export async function getStaticPaths({ paginate }) {
const { page, authorName } = Astro.props;
---
<div>hey</div>
<Layout section="author"
sectionTitle="Posts By"
subject={authorName}
Expand Down
4 changes: 2 additions & 2 deletions astro/src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const pageData = {
],
// use slug
pinnedPosts: [
'modeling-family-and-consents',
'password-day',
'fusionauth-colorado-company-to-watch',
'password-history',
]
}

Expand Down

0 comments on commit a084b8f

Please sign in to comment.