diff options
Diffstat (limited to 'yasnippet/org-mode/blognew')
-rw-r--r-- | yasnippet/org-mode/blognew | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/yasnippet/org-mode/blognew b/yasnippet/org-mode/blognew new file mode 100644 index 0000000..260e7de --- /dev/null +++ b/yasnippet/org-mode/blognew @@ -0,0 +1,21 @@ +# -*- mode: snippet -*- +# name: blognew +# key: blognew +# -- +#+title: $1 +#+author: Preston Pan +#+description: $2 +#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" /> +#+html_head: <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> +#+html_head: <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> +#+html_head: <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> +#+html_head: <link rel="manifest" href="/site.webmanifest"> +#+html_head: <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> +#+html_head: <meta name="msapplication-TileColor" content="#da532c"> +#+html_head: <meta name="theme-color" content="#ffffff"> +#+html_head: <meta name="viewport" content="width=1000; user-scalable=0;" /> +#+language: en +#+OPTIONS: broken-links:t + +* Introduction +$0
\ No newline at end of file |