ApostropheJS在主页上包含撇号博客内容

时间:2017-10-01 14:24:55

标签: apostrophe-cms

我正在使用撇号博客模块在我的网站上创建博客。我了解如何在我的apostrophe-blog-pages / views / index.html页面上包含每个博客的预览。我想在我的主页上包含我最近发布的博客的预览。有没有办法为我的主页获取我的撇号博客数据?

1 个答案:

答案 0 :(得分:3)

安装了apostrophe-blog-widgetsapostrophe-blog捆绑包的一部分),您可以通过在首页模板中的某个地方添加单身来添加博客小部件到主页,例如

{{ apos.singleton(data.page, 'blogPreview', 'apostrophe-blog') }}

然后将小部件配置为从All拉出,限制为1,这将拉出最近的帖子。

通过覆盖lib/modules/apostrophe-blog/lib/modules/apostrophe-blog-widgets/widget.html

来自定义视图