diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-26 15:50:31 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-26 15:50:31 +0200 |
| commit | d50db372c93af9f55e670fddf7015975a0e247c4 (patch) | |
| tree | 8059f9eff6f3e64387a101dce266b6075437231d /templates | |
| parent | d87e5802b587e32aa6dc55d27ef54ff52ea4e6ab (diff) | |
Use rsync instead of aws for ephemeral blog
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index a8d7f37..490f4e9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@ <script src="./js/blog.js"></script> - <link href="./css/style.css" rel="stylesheet"> + <link href="/css/style.css" rel="stylesheet"> <link href="./feed.xml" rel="alternate" hreflang="en" title="RSS feed"> <script type="module" src="//www.unlimited.pizza/js/animation.js"></script> |