diff options
Diffstat (limited to 'org-templates')
-rw-r--r-- | org-templates/error.org | 1 | ||||
-rw-r--r-- | org-templates/level-1.org | 2 | ||||
-rw-r--r-- | org-templates/level-2.org | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/org-templates/error.org b/org-templates/error.org index 9aa1200..2bd62cf 100644 --- a/org-templates/error.org +++ b/org-templates/error.org @@ -5,4 +5,5 @@ #+html_content_class: content #+html_link_home: / #+html_head: <link rel="icon" type="image/x-icon" href="/images/icon.png" /> +#+html_head_extra: <link rel="stylesheet" type="text/css" href="/css/shitty-theme.css" /> #+creator: <a href="https://shittyweb.org"><img src="/images/nsw_banner.png" alt="NSW" /></a> diff --git a/org-templates/level-1.org b/org-templates/level-1.org index 0015f8a..2bc4101 100644 --- a/org-templates/level-1.org +++ b/org-templates/level-1.org @@ -5,4 +5,6 @@ #+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" /> +#+html_head_extra: <link rel="stylesheet" type="text/css" href="css/shitty-theme.css" /> #+creator: <a href="https://shittyweb.org"><img src="images/nsw_banner.png" alt="NSW" /></a> + diff --git a/org-templates/level-2.org b/org-templates/level-2.org index ce35b65..19986b0 100644 --- a/org-templates/level-2.org +++ b/org-templates/level-2.org @@ -5,4 +5,5 @@ #+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" /> +#+html_head_extra: <link rel="stylesheet" type="text/css" href="../css/shitty-theme.css" /> #+creator: <a href="https://shittyweb.org"><img src="../images/nsw_banner.png" alt="NSW" /></a> |