mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-23 15:01:27 +00:00
create blog posts from markdown files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<svelte:head>
|
||||
<title>{post.title}</title>
|
||||
<title>{post.metadata.title}</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>{post.title}</h1>
|
||||
<h1>{post.metadata.title}</h1>
|
||||
|
||||
<div class='content'>
|
||||
{@html post.html}
|
||||
|
||||
Reference in New Issue
Block a user