diff options
Diffstat (limited to 'layouts/posts/posts.html.html')
-rw-r--r-- | layouts/posts/posts.html.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/posts/posts.html.html b/layouts/posts/posts.html.html new file mode 100644 index 0000000..4c227df --- /dev/null +++ b/layouts/posts/posts.html.html @@ -0,0 +1,6 @@ +{{ partial "head" . }} +{{ partial "logo" . }} +<main> + lol +</main> +{{ partial "footer" . }} |