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 ```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
@ -1351,4 +1351,4 @@ ${keyword!}
2021年3月7日内容2 2021年3月7日内容2
</li> </li>
</ul> </ul>
``` ```

Loading…
Cancel
Save