diff options
Diffstat (limited to 'site/posts')
-rw-r--r-- | site/posts/test.org | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/site/posts/test.org b/site/posts/test.org new file mode 100644 index 0000000..59c0930 --- /dev/null +++ b/site/posts/test.org @@ -0,0 +1,23 @@ +# -*- mode: org; -*- + +#+TITLE: First Post +#+AUTHOR: Marius Peter +#+DATE: <2021-03-28 Sun> + +#+INCLUDE: page-header.html export html + +#+begin_export html +<div class="usa-section"> + <div class="grid-container"> + <div class="grid-row grid-gap"> + <main class="usa-layout-docs__main desktop:grid-col-9 usa-prose usa-layout-docs" id="main-content"> +#+end_export + +In this post, I wanted to talk about a couple of things. + +#+begin_export html + </main> + </div> + </div> +</div> +#+end_export |