aboutsummaryrefslogtreecommitdiff
path: root/templates/generic/blog-post.org
blob: 10a394b4fbdb5d0cdc26869d89fb7fd1267e82d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#+TITLE: Title Goes Here
#+AUTHOR: Your Name
#+DATE: %<%Y-%m-%d>
#+FILETAGS: :blog:
#+OPTIONS: toc:nil html-postamble:nil

* Introduction

* Main Content

* Conclusion

# Local Variables:
# org-export-with-toc: nil
# End: