浏览代码

Display Latest Post - Within Blog Folder Only

Display Latest Post Within Blog Folder Only. Allows user to create additional pages and it not appear in latest posts.
tags/v1.0.0
Paulser 6 年前
父节点
当前提交
d78763ea2a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/partials/blog.html

+ 1
- 1
layouts/partials/blog.html 查看文件

@@ -12,7 +12,7 @@
{{"<!-- /section title -->" | safeHTML}}

<div class="clearfix">
{{ range .Data.Pages }}
{{ range .Data.Pages "Section" "blog" }}
{{"<!-- single blog post -->" | safeHTML}}
<article class="col-md-4 col-sm-6 col-xs-12 clearfix wow fadeInUp" data-wow-duration="500ms">
<div class="post-block">

正在加载...
取消
保存