2026第一次上传
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<title>{{ posts['title'] }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="../">返回上级</a>
|
||||
<a href="/blog">返回主页</a>
|
||||
<br>
|
||||
<h1>{{ posts['title'] }}</h1>
|
||||
<br>
|
||||
@@ -27,4 +27,7 @@
|
||||
body {
|
||||
background-color: rgb(175, 223, 255);
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user