Skip to content

Commit

Permalink
🔥 Remove todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Nov 19, 2023
1 parent e575528 commit 10c0855
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/BlazeKit.Site/Pages/Page.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@
<h2>Links to Examples</h2>
<ul>
<li>
<a href="/items/details/2?foo=bar ">Nested Layouts Demo with Route Params</a>
<a href="/items/details/2?foo=bar">Nested Layouts Demo with Route Params</a>
</li>
<li>
<a href="/items/details ">Breaking out of layouts Demo</a>
<a href="/items/details">Breaking out of layouts Demo</a>
</li>
</ul>

<h2>🛠️ Todo's</h2>
<Markdown Text="@(new TextOf(new ResourceOf("Assets/todos.md", this.GetType())).AsString())" />

0 comments on commit 10c0855

Please sign in to comment.