Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
liuning0820 authored Nov 15, 2024
1 parent 32f9bc8 commit b9f5983
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
<title>{{page.title}}</title>
<!-- <link rel="stylesheet" type="text/css" href="{{ site.url }}{{site.baseurl}}/css/main.css">
<link rel="stylesheet" type="text/css" href="{{ site.url }}{{site.baseurl}}/css/gh-fork-ribbon.css"> -->
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ '/css/main.css' | relative_url}}" />
<link rel="stylesheet" type="text/css" href="{{ '/css/gh-fork-ribbon.css' | relative_url}}" />

<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">

</head>


Expand Down Expand Up @@ -83,4 +84,4 @@

</body>

</html>
</html>

0 comments on commit b9f5983

Please sign in to comment.