diff options
author | nathan <nathansmith@disroot.org> | 2025-05-24 02:57:22 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-05-24 02:57:22 -0600 |
commit | 909a76bcc45e896f8029ec4c8491652f3738d4e3 (patch) | |
tree | 2be1f29405a9b695c1966d6896ed51db5befee20 /org-templates | |
parent | e568b96a03be77b8fd68ed1874289a65a93b49aa (diff) |
Working on better web design
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> |