fix: typo in page-variable.md (#38)

This commit is contained in:
Lin
2022-02-14 11:37:12 +08:00
committed by GitHub
parent 7b90df81c2
commit 251729f565

View File

@@ -397,14 +397,14 @@ ${nextPost.attribute}
```html
<#if nextPost??>
<a href="${nextPost.fullPath!}">一篇:${nextPost.title!}</a>
<a href="${nextPost.fullPath!}">一篇:${nextPost.title!}</a>
</#if>
```
输出:
```html
<a href="http://localhost:8090/archives/url3">一篇title3</a>
<a href="http://localhost:8090/archives/url3">一篇title3</a>
```
### categoriesList
@@ -1351,4 +1351,4 @@ ${keyword!}
2021年3月7日内容2
</li>
</ul>
```
```