Skip to content

Commit

Permalink
fix: avatar loss
Browse files Browse the repository at this point in the history
  • Loading branch information
1chooo committed Jan 6, 2024
1 parent aa5a2f8 commit 402d2dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blog/hello_blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="/css/blog.css">
<!-- <link rel="shortcut icon" href="./assets/images/favicon.ico" type="image/x-icon"> -->
<link rel="shortcut icon" href="../../assets/images/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion blog/who_is_hugo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="/css/blog.css">
<!-- <link rel="shortcut icon" href="./assets/images/favicon.ico" type="image/x-icon"> -->
<link rel="shortcut icon" href="../../assets/images/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
Expand Down
Binary file added imgs/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion inc/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<div class="sidebar-info">

<figure class="avatar-box">
<!-- <figure class="avatar-box">
<img src="./assets/images/my-avatar.png" alt="Hugo ChunHo Lin" width="80">
</figure> -->

<figure class="avatar-box">
<img src="imgs/profile.jpg" alt="Hugo ChunHo Lin" width="80">
</figure>

<div class="info-content">
Expand Down

0 comments on commit 402d2dc

Please sign in to comment.