diff options
author | Dennis Eriksen <d@ennis.no> | 2019-04-10 20:01:29 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2019-04-10 20:01:29 +0200 |
commit | 59e1226bfb0801c723f112a7c606d6d6f6fc09fb (patch) | |
tree | b2668c0c058912e92641357e26a81a6d709a5697 /layouts/posts/posts.html.html | |
parent | adding readme (diff) | |
download | rikerz-59e1226bfb0801c723f112a7c606d6d6f6fc09fb.tar.gz |
settling on design, adding giraffe, fixing css
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" . }} |