Skip to content

Commit

Permalink
Hotfix to show all episodes on the website
Browse files Browse the repository at this point in the history
Need a separate page for the archive. See #31
  • Loading branch information
lethargilistic committed Apr 24, 2018
1 parent f0cce7b commit b510f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/whiletrue/layouts/index.html
Expand Up @@ -2,8 +2,8 @@
<h2 id="subtitle">Welcome to whiletrue.fm!</h2>
<p id="subtitle">A fortnightly podcast about programming, tech, and entertainment.</p>
<ol id="episodes">
{{ range first 10 (where .Data.Pages "Section" "episodes") }}
{{ range first 20 (where .Data.Pages "Section" "episodes") }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
</ol>
{{ end }}
{{ end }}

0 comments on commit b510f1f

Please sign in to comment.