diff options
author | JJ | 2024-08-09 00:43:24 +0000 |
---|---|---|
committer | JJ | 2024-08-09 00:43:24 +0000 |
commit | 31a9142ddf7a54f05b7eb758a41ea088858387fe (patch) | |
tree | 763f74bd3cca8319065473cff181c24ec0a48937 /_templates/foundations.html | |
parent | 5eefe40312d677ec929833f237b81584f5b3ae5b (diff) |
update css
Diffstat (limited to '_templates/foundations.html')
-rw-r--r-- | _templates/foundations.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_templates/foundations.html b/_templates/foundations.html index 17405ca..e955466 100644 --- a/_templates/foundations.html +++ b/_templates/foundations.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> |