Skip to content

Commit

Permalink
feat: shine:
Browse files Browse the repository at this point in the history
  • Loading branch information
tolahash committed Dec 5, 2024
1 parent 57acc9b commit 73635a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ function createCard(data, type) {

// Blog posts data (this could be replaced by a JSON file or an API later)
const blogPosts = [
{ title: "Post 1", slug: "post1.html" },
{ title: "Post 2", slug: "post2.html" },
{ title: "Post 1", slug: "posts/breaking-into-hft.html" },
{ title: "Post 2", slug: "posts/optimizing-fpga-systems.html" },
];

// Load blog posts into the blog container
Expand Down

0 comments on commit 73635a4

Please sign in to comment.