Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复图标bug、去除标题中的html #53

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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