From cb192289eeecccb750f613b993dc3f366446d4f2 Mon Sep 17 00:00:00 2001 From: Benjamin Sanders Date: Fri, 4 Jul 2025 19:47:35 -0400 Subject: Initial Commit --- _layouts/post.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _layouts/post.html (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..c3410b0 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,13 @@ +--- +layout: default +--- +
+
+ {% if page.image %} + + {% endif %} +

{{ page.title }}

+ x + {{ content }} +
+
\ No newline at end of file -- cgit v1.2.3