Improve blog setup - Use post title in banner. - Add native.css for testing syntax highlighting.
This commit is contained in:
parent
e5d1b3235a
commit
81ca46e9bb
4 changed files with 81 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue