Skip to content

Commit

Permalink
Merge pull request #53 from lyydsheep/main
Browse files Browse the repository at this point in the history
修复图标bug、去除标题中的html
  • Loading branch information
lyydsheep authored Sep 18, 2024
2 parents e26c22a + 5533e41 commit 8566ec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vuepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const themeConfig = {

head: [
// 配置网站的图标(显示在浏览器的 tab 上)
['link', { rel: 'icon', href: '/qq.ico' }],
['link', { rel: 'icon', href: '/favicon.ico' }],
// 扩展markdown ---> 显示latex公式
['link', {rel:'stylesheet', href:'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css'}],
['link', {rel:'stylesheet', href:'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js'}],
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions blogs/frontEnd/HTML5+CSS3入门.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
---
# HTML5+CSS3

# <font color=red>1. 基础知识</font>
# 1. 基础知识

## 1.1 网页的相关概念

Expand Down Expand Up @@ -79,7 +79,7 @@ tags:

- 安装完后,当代码写完时,右键点击鼠标,再点击”Open with Live Sever“即可在浏览器中看到运行结果。

# 2. <font color=red>HTML5</font>
# 2. HTML5

## 2.1 HTML基本结构标签

Expand Down

0 comments on commit 8566ec6

Please sign in to comment.