Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
warmhug committed Mar 20, 2024
1 parent 4446c60 commit 547e0c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions __about-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ permalink: /about
<style>
ul { padding: 8px 16px; }
ul li { padding-top: 2px; }
table, tbody, tr {
border-top: 1px solid gray;
}
table, th, td {
padding: 4px;
}
</style>
<!--
<div class="highlight">
Expand Down
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> -->
<title>{{ page.title }}</title>

<link rel="shortcut icon" href="{{ "/assets/favicon.png" | relative_url }}" type="image/x-icon">
<link rel="icon" href="{{ "/assets/favicon.png" | relative_url }}" type="image/x-icon">

<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://gw.alipayobjects.com/os/lib/bootstrap/4.6.0/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
Expand Down
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 547e0c6

Please sign in to comment.