summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-28 13:46:43 -0500
committerBen Harris <ben@tilde.team>2020-12-28 13:46:43 -0500
commit3fa083befbc79bcc00c67c303dbde5a7c7276fd9 (patch)
treec0ef1e92b7e34349aea1802e35c308a2a9a088bb
parent337ff2a92da0d855966424a424cbb0c4f7aaf30d (diff)
use nginx ssi for css
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index bb08527..a823c5d 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,10 @@
   <meta property="og:image" content="/images/profilepic.jpg">
   <meta name="twitter:card" content="/images/profilepic.jpg">
 
-  <link rel="stylesheet" href="/css/style.css">
+<style>
+<!--# include file="css/style.css" -->
+</style>
+
 </head>
 
 <body>