mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-19 17:04:09 +00:00
fix: typo in page-variable.md (#38)
This commit is contained in:
@@ -397,14 +397,14 @@ ${nextPost.attribute}
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<#if nextPost??>
|
<#if nextPost??>
|
||||||
<a href="${nextPost.fullPath!}">上一篇:${nextPost.title!}</a>
|
<a href="${nextPost.fullPath!}">下一篇:${nextPost.title!}</a>
|
||||||
</#if>
|
</#if>
|
||||||
```
|
```
|
||||||
|
|
||||||
输出:
|
输出:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<a href="http://localhost:8090/archives/url3">上一篇:title3</a>
|
<a href="http://localhost:8090/archives/url3">下一篇:title3</a>
|
||||||
```
|
```
|
||||||
|
|
||||||
### categories(List)
|
### categories(List)
|
||||||
@@ -1351,4 +1351,4 @@ ${keyword!}
|
|||||||
2021年3月7日:内容2
|
2021年3月7日:内容2
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user