Migrate CSS files to subdirectory
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Brendan Chen" />
|
<meta name="apple-mobile-web-app-title" content="Brendan Chen" />
|
||||||
<link rel="manifest" href="/assets/site.webmanifest" />
|
<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>
|
<title>{{ page.title }}</title>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/blog.css">
|
<link rel="stylesheet" href="/assets/css/blog.css">
|
||||||
|
|
||||||
<div class="infobar">
|
<div class="infobar">
|
||||||
<a href="/blog">All posts</a>
|
<a href="/blog">All posts</a>
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
|
||||||
@import url('navigation.css');
|
@import url('navigation.css');
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
Reference in New Issue
Block a user