Skip to content

Commit

Permalink
publications update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyun Woo Kim authored and Hyun Woo Kim committed Dec 5, 2024
1 parent ec06890 commit 45ba9d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@700&family=Noto+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="{{ '/css/fontawesome.all.min.css' | relative_url }}" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css" rel="stylesheet">
<link href="{{ '../assets/css/bulma.min.css' | relative_url }}" rel="stylesheet">
<link href="{{ '../assets/css/index.css' | relative_url }}" rel="stylesheet">
<link href="{{ '../assets/css/cv.css' | relative_url }}" rel="stylesheet">
<link href="{{ '/css/bulma.min.css' | relative_url }}" rel="stylesheet">
<link href="{{ '/css/index.css' | relative_url }}" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script defer src="{{ '/js/fontawesome.all.min.js' | relative_url }}"></script>
<script src="{{ '/js/index.js' | relative_url }}"></script>
Expand Down

0 comments on commit 45ba9d4

Please sign in to comment.