Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OOAAHH authored Oct 29, 2024
1 parent 0a3d1f2 commit d10fe3e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/_include/head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<!-- line number for code block -->
<script src="/assets/js/prism.js"></script>
<link rel="stylesheet" href="/assets/css/prism.css">

<!-- /docs/_includes/head.html -->

<head>
<!-- 其他头部内容,如标题、元标签等 -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }}</title>


<!-- 引入 Prism.js 的 CSS -->
<link rel="stylesheet" href="{{ '/assets/css/prism.css' | relative_url }}" />

<!-- 其他 CSS 引用 -->
</head>

0 comments on commit d10fe3e

Please sign in to comment.