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 ```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>
``` ```
### categoriesList ### categoriesList