Improve blog setup - Use post title in banner. - Add native.css for testing syntax highlighting.

This commit is contained in:
Rgebee 2021-03-11 21:09:55 +00:00
commit 81ca46e9bb
4 changed files with 81 additions and 3 deletions

View file

@ -58,10 +58,9 @@
<title>{post.title}</title>
</svelte:head>
<Banner/>
<Banner title={post.title}/>
<main class="container">
<h1>{post.title}</h1>
<section>
{@html post.html}
</section>