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

JohnNiang-patch-1
Lin 3 years ago committed by GitHub
parent 7b90df81c2
commit 251729f565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save