diff options
author | Starfall <us@starfall.systems> | 2023-05-17 20:18:32 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-05-17 20:18:32 -0500 |
commit | 1cc3d1798ec2b7d0cc2fde3f97aea346a22176bf (patch) | |
tree | 4036f0cc4c1ef9df246b22fa5f9b2503d9d3d3c8 /_includes | |
parent | 82f220a494300971b93fafda39a853e2e103574a (diff) |
move stuff into folders, start on blog page
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/base.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/base.njk b/_includes/base.njk index fbbdcdd..44b3b1f 100644 --- a/_includes/base.njk +++ b/_includes/base.njk @@ -8,7 +8,7 @@ title: Starfall <meta charset=UTF-8> <meta name=robots content="noindex, nofollow"> <meta name=viewport content="width=device-width, initial-scale=1"> -<link rel=stylesheet href=/terminal.css> +<link rel=stylesheet href=/css/terminal.css> <!-- todo color picker --> <header> |