14 lines
602 B
Plaintext
14 lines
602 B
Plaintext
---
|
|
import BoringLayout from '../layout/BoringLayout.astro'
|
|
---
|
|
|
|
<BoringLayout title="关于">
|
|
<h1>关于<a href="/">这里</a></h1>
|
|
<p>这里是 passthem 和他朋友们的博客</p>
|
|
<p>主要由我也就是 passthem 运维这个网站,但是我会接收朋友们的投稿</p>
|
|
<h1>怎么感觉有点未完成</h1>
|
|
<p>之前,我心血来潮,写了一个自己的博客系统,但是我把它的源代码搞丢了!</p>
|
|
<p>正好想重新设计,所以,我打算重构了。但是,重构它很漫长</p>
|
|
<p>这里的占位的东西,会慢慢填充的!</p>
|
|
</BoringLayout>
|