Skip to content

Commit

Permalink
show moar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonus committed Dec 28, 2023
1 parent b7e1a41 commit f2090a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bean/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h2>{{ .Title }}</h2>

<div class="category">
{{ range (.Paginate (.Pages).ByDate.Reverse).Pages | first 3 }}
{{ range (.Paginate (.Pages).ByDate.Reverse).Pages | first 6 }}
<span class="article" onclick="location.href='{{ .RelPermalink }}';">
<span><a href="{{ .RelPermalink }}">
{{ with .Resources }}
Expand Down

0 comments on commit f2090a5

Please sign in to comment.