Skip to content

Commit

Permalink
Merge pull request #18 from Hopelezz/newlayout
Browse files Browse the repository at this point in the history
fixed an issue with the postpreview not highlighting
  • Loading branch information
Hopelezz authored Aug 14, 2022
2 parents b05adeb + 0f0fbfa commit 13e722e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 374 deletions.
2 changes: 1 addition & 1 deletion src/components/blog/PostPreview.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const tag = tags.split(",")[0]; // returns the first tag
---
<!--Article-->
<div class="details">
<article class='card surface3'>
<article class='card'>
<div class="coffee">
<img class="center-cropped" src={post.frontmatter.img} alt={alt} >
</div>
Expand Down
76 changes: 0 additions & 76 deletions src/pages/book/2-ready-player-one.md

This file was deleted.

297 changes: 0 additions & 297 deletions src/styles/shiki.css.old

This file was deleted.

1 comment on commit 13e722e

@vercel
Copy link

@vercel vercel bot commented on 13e722e Aug 14, 2022

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:

blackskies – ./

blackskies-hopelezz.vercel.app
blackskies-git-main-hopelezz.vercel.app
blackskies.vercel.app

Please sign in to comment.