add: 添加对于子路径的支持
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<FluentStack Orientation="@Orientation.Horizontal"
|
||||
HorizontalAlignment="@HorizontalAlignment.Center"
|
||||
HorizontalGap="20">
|
||||
<a href="/archives">
|
||||
<a href="archives">
|
||||
<div>
|
||||
<FluentLabel Typo="@Typography.H4">
|
||||
文章
|
||||
@@ -32,7 +32,7 @@
|
||||
</FluentLabel>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/tags">
|
||||
<a href="tags">
|
||||
<div>
|
||||
<FluentLabel Typo="@Typography.H4">
|
||||
标签
|
||||
|
Reference in New Issue
Block a user