Migrate CSS files to subdirectory

This commit is contained in:
2025-09-13 15:24:05 -07:00
parent 9510604a89
commit 1e3dac48c7
5 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Brendan Chen" />
<link rel="manifest" href="/assets/site.webmanifest" />
<link rel="stylesheet" href="/assets/global.css">
<link rel="stylesheet" href="/assets/css/global.css">
<title>{{ page.title }}</title>

View File

@@ -2,7 +2,7 @@
layout: default
---
<link rel="stylesheet" href="/assets/blog.css">
<link rel="stylesheet" href="/assets/css/blog.css">
<div class="infobar">
<a href="/blog">All posts</a>