Skip to content

Commit

Permalink
corrected styling path of post page
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelegin committed Dec 13, 2023
1 parent a516829 commit 8229253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Pages/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<title>Post</title>
<link rel="stylesheet" href="/Assets/styles/post.css">
<link rel="stylesheet" href="./Assets/styles/post.css">
</head>
<body>
<header>
Expand Down

0 comments on commit 8229253

Please sign in to comment.