Ver código fonte

Merge pull request #12 from themefisher/revert-10-master

Revert "Display Latest Post - Within Blog Folder Only"
tags/v1.0.0
Mehedi Sharif Titas 6 anos atrás
pai
commit
e6f972710b
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      layouts/partials/blog.html

+ 1
- 1
layouts/partials/blog.html Ver arquivo

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

<div class="clearfix">
{{ range .Data.Pages "Section" "blog" }}
{{ range .Data.Pages }}
{{"<!-- 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">

Carregando…
Cancelar
Salvar