소스 검색

fix issue count

tags/v1.1
Bud Parr 7 년 전
부모
커밋
3b211400c4
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/index.html

+ 1
- 1
layouts/index.html 파일 보기

@@ -24,7 +24,7 @@
<section class="w-100">
<h1 class="f3">More Posts</h1>
{{/* Nest the requirements, "after" then "first" on the outside */}}
{{ range (first 4 (after 1 $section)) }}
{{ range (first 4 (after 3 $section)) }}
<h2 class="f5 fw4 mb4 dib mr3">
<a href="{{ .URL }}" class="link black dim">
{{ .Title }}

Loading…
취소
저장