diff options
author | Adam Stück <adam@adast.dk> | 2023-05-22 17:31:07 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-05-22 17:31:07 +0200 |
commit | 775e69fea981b1cec03cc8206d69abed9b824df5 (patch) | |
tree | b046516be42400c6fedf8334fb6e7dd284fe6c3f /src/_header.html | |
parent | 288c92e992c5569d8e98d6ee8e926398a2f77069 (diff) |
New file structure
index.html
some-post/
--> index.html
Diffstat (limited to 'src/_header.html')
-rw-r--r-- | src/_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_header.html b/src/_header.html index 1c5aa13..c998840 100644 --- a/src/_header.html +++ b/src/_header.html @@ -6,7 +6,7 @@ <title></title> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> - <link rel="stylesheet" type="text/css" href="main.css"> + <link rel="stylesheet" type="text/css" href="/main.css"> </head> <body> <header> |