Skip to content

Commit

Permalink
Merge pull request #19 from bujijam/test
Browse files Browse the repository at this point in the history
更改post.html
  • Loading branch information
bujijam authored Sep 4, 2024
2 parents 14be219 + 5b299b6 commit 40e1fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- <!DOCTYPE html>
<!DOCTYPE html>
<html>

<head>
Expand Down Expand Up @@ -70,4 +70,4 @@ <h1 class="blog-title">{{ post.title }}</h1>
});
</script>

</html> -->
</html>
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/base16/dracula.min.css">
<link rel="icon" href="https://s1.ax1x.com/2023/04/16/p998LGQ.png">
<link rel="stylesheet" href="{{ '../assets/css/style.css' | relative_url }}">
<link rel="stylesheet" href="{{ './assets/css/style.css' | relative_url }}">
<script src="./blog/remarkable.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<title>bujijam的博客</title>
Expand Down

0 comments on commit 40e1fa7

Please sign in to comment.