diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 17:56:31 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 17:56:31 -0800 |
| commit | d15f074f583da6808b50c81f3ec779d8ab215ac3 (patch) | |
| tree | b62c2cdaf0ba81171d292d2c43bcc7cfbe516ec2 /yasnippet/org-mode | |
| parent | 44fff74c17edc9039504974b27ae921c60a1742b (diff) | |
add author to everything
Diffstat (limited to 'yasnippet/org-mode')
| -rw-r--r-- | yasnippet/org-mode/blognew | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yasnippet/org-mode/blognew b/yasnippet/org-mode/blognew index 39899fb..da28363 100644 --- a/yasnippet/org-mode/blognew +++ b/yasnippet/org-mode/blognew @@ -4,7 +4,9 @@ # -- #+title: $1 #+author: Preston Pan +#+subtitle: By {{{author}}} #+description: $2 +#+date: [`(format-time-string "%Y-%m-%d %a")`] #+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"> @@ -13,7 +15,6 @@ #+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;" /> #+language: en #+OPTIONS: broken-links:t |
