diff options
author | HombreLaser <buran@silosneeded.com> | 2025-07-23 22:32:49 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2025-07-23 22:32:49 -0600 |
commit | 20f8f8779c5ba0902f6332760d4c59a00300bd5f (patch) | |
tree | 14b4c55fad8e202f82ece005d7470dc008fd06f9 /_layouts/post.html |
Initial commit
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..5e71126 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,5 @@ +--- +layout: default +--- + +{{ content }} |