diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 18:29:41 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 18:29:41 -0800 |
| commit | 0400fa407895d0cfa2fe0ab19d2d1a07631ded1d (patch) | |
| tree | 45929ca81f5540f5c143168cc7c0c3a5aa52804f /yasnippet | |
| parent | bb8a3f99278f20a0ba3c9652c8b3f3bad0283878 (diff) | |
| parent | b1cc96139c2cc2c8de7c74884021f8645e54de87 (diff) | |
Merge branch 'chore/perfect-css'
Diffstat (limited to 'yasnippet')
| -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..1f37518 100644 --- a/yasnippet/org-mode/blognew +++ b/yasnippet/org-mode/blognew @@ -4,6 +4,8 @@ # -- #+title: $1 #+author: Preston Pan +#+date: [`(format-time-string "%Y-%m-%d %a")`] +#+subtitle: By {{{author}}}, `(format-time-string "%B %d, %Y")` #+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"> @@ -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 |
