瀏覽代碼

Merge pull request #10 from Paulser/master

Display Latest Post - Within Blog Folder Only
tags/v1.0.0
Mehedi Sharif Titas 6 年之前
父節點
當前提交
d364c06c5f
沒有連結到貢獻者的電子郵件帳戶。
共有 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">

Loading…
取消
儲存