Skip to content

Commit

Permalink
feat: modify about title.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlpzqc committed Mar 4, 2024
1 parent 42833c2 commit 9f21437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/src/layouts/AboutLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const { frontmatter } = Astro.props;

<Layout title={`${frontmatter.title} | ${SITE.title}`}>
<Header activeNav="about" />
<Breadcrumbs />
<main id="main-content">
<!-- <Breadcrumbs /> -->
<main id="main-content" class="mt-8">
<section id="about" class="prose mb-28 max-w-3xl prose-img:border-0">
<h1 class="text-2xl tracking-wider sm:text-3xl">{frontmatter.title}</h1>
<slot />
Expand Down
2 changes: 1 addition & 1 deletion pages/src/pages/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: ../layouts/AboutLayout.astro
title: "About"
title: "关于"
---

**HCTT(HUST openatom Club Translation Team)** 是“华科开放原子开源俱乐部”的翻译团队,学习[“Linux 中国”翻译项目](https://github.com/LCTT/TranslateProject)的模式,负责从国外优秀媒体翻译 Linux(特别是 Linux 内核安全)相关的技术、资讯、杂文等内容。
Expand Down

0 comments on commit 9f21437

Please sign in to comment.