diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-29 19:49:34 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-29 19:49:34 -0700 |
commit | f6dfa0dceb9fb0883d855f160af17e90987997f0 (patch) | |
tree | 697267b6385ae4259e5df73def1a894de568c1bb /site/posts | |
parent | cbef40f96bfd754b25f999f3fad084fe04a47187 (diff) |
Taking the meta to a new level.
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 |