Skip to content

Commit

Permalink
✍️ 修改网站标题
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywt2003 committed Sep 30, 2024
1 parent 7b4e71a commit 653f40d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ import menu_yml from "@configs/menu.yml";
import Navbar from "@components/Navbar.astro";
---

<Layout title="SkyWT" includeHeader={false} description="" keywords={[]}>
<Layout
title="SkyWT 天空随想"
includeHeader={false}
description=""
keywords={[]}
>
<main class="page">
<section class="page__section cover">
<h1 class="cover__heading">
Expand Down

0 comments on commit 653f40d

Please sign in to comment.