Parcourir la source

fix issue count

tags/v1.1
Bud Parr il y a 8 ans
Parent
révision
3b211400c4
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      layouts/index.html

+ 1
- 1
layouts/index.html Voir le fichier

@@ -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 }}

Chargement…
Annuler
Enregistrer