Skip to content

Commit

Permalink
NavmenuLink Bug in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Dec 2, 2023
1 parent db61150 commit a33190b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Layout/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<header class="flex items-center justify-between py-10">
<div>
<a href="/">
<a href="">
<div class="flex items-center justify-between">
<div class=" h-6 text-2xl font-semibold sm:block text-primary-800">@WebsiteKeys.Title</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# BlazorStatic Minimal Blog

A minimalistic blog template designed to get your Blazor-based blog up and running in no time. This project leverages the [BlazorStatic](https://github.com/tesar-tech/BlazorStatic) library to convert a Blazor app into a static site generator

<img src="./Content/Blog/media/programming_bug.jpg" width="200" >

## Features

- **Quick Setup**: Deploy your blog within minutes using this template.
Expand Down

0 comments on commit a33190b

Please sign in to comment.