Skip to content

Commit edbe822

Browse files
committed
Update stylesheet references to use main.css instead of compiled.css in layouts for consistency
1 parent c7295c5 commit edbe822

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<meta itemprop="description" content="{{ meta_description }}">
6262
<meta itemprop="image" content="{{ site.url }}/images/og-image.png">
6363

64-
<link rel="stylesheet" type="text/css" href="/stylesheets/compiled.css">
64+
<link rel="stylesheet" type="text/css" href="/stylesheets/main.css">
6565
<link rel="preconnect" href="https://fonts.googleapis.com">
6666
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
6767
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Material+Icons&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..24,200..700,0,0&display=swap" rel="stylesheet">
@@ -122,4 +122,4 @@
122122
</div>
123123

124124
{% include footer.html %}
125-
</body>
125+
</body>

_layouts/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<meta itemprop="description" content="{{ meta_description }}">
3939
<meta itemprop="image" content="{{ site.url }}/images/og-image.png">
4040

41-
<link rel="stylesheet" type="text/css" href="/stylesheets/compiled.css">
41+
<link rel="stylesheet" type="text/css" href="/stylesheets/main.css">
4242
<link rel="preconnect" href="https://fonts.googleapis.com">
4343
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
4444
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Material+Icons&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..24,200..700,0,0&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)