diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-23 07:43:34 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-23 07:43:34 -0600 |
commit | 4e749697600bab526b1cf51bcca493f6d31d2e34 (patch) | |
tree | 10a0274c96667d1482dd7f07d768feaf518d6187 /org-templates/level-1.org | |
parent | d194694f31002068868a378d121ed0e2db01c378 (diff) |
Almost done with this stupidness
Diffstat (limited to 'org-templates/level-1.org')
-rw-r--r-- | org-templates/level-1.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org-templates/level-1.org b/org-templates/level-1.org new file mode 100644 index 0000000..0015f8a --- /dev/null +++ b/org-templates/level-1.org @@ -0,0 +1,8 @@ +#+options: html-link-use-abs-url:nil html-postamble:auto html-preamble:t +#+options: html-scripts:nil html-style:nil html5-fancy:nil tex:t +#+html_doctype: xhtml-strict +#+html_container: div +#+html_content_class: content +#+html_link_home: ./ +#+html_head: <link rel="icon" type="image/x-icon" href="images/icon.png" /><link rel="alternate" type="application/rss+xml" title="Nathan's shitty blog" href="/blog/feed.xml" /> +#+creator: <a href="https://shittyweb.org"><img src="images/nsw_banner.png" alt="NSW" /></a> |