parent
c83add6edf
commit
f76d6e57fc
|
@ -550,6 +550,11 @@ spec:
|
|||
label: 阅读建议
|
||||
value: 4
|
||||
help: "推荐阅读的文章数量"
|
||||
- $formkit: number
|
||||
name: recentPost
|
||||
label: 最近发布文章
|
||||
value: 4
|
||||
help: "最近发布的文章数量"
|
||||
- $formkit: radio
|
||||
name: copyright
|
||||
label: 版权声明
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
||||
<div class="card-widget card-recent-post" th:fragment="recent-posts" th:with="posts = ${postFinder.list(1,6)}">
|
||||
<div class="card-widget card-recent-post" th:fragment="recent-posts" th:with="posts = ${postFinder.list(1,theme.config.post.recentPost)}">
|
||||
<div class="item-headline"><i class="iconfont icon-listol"></i><span>最近发布</span></div>
|
||||
<div class="aside-list">
|
||||
<!-- 最新文章,用户可以自定义展示数量 -->
|
||||
|
|
Loading…
Reference in New Issue