Skip to content

Commit

Permalink
Fix loop (Memo to myself: I should not do a release without staging)
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Aug 31, 2018
1 parent 920144b commit 1f0d3e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
</article>
</section>
<section class="mw7 center">
{{ $feed := .Feeds }}
<h2 class="f3 ph3 ph0-l">Available Feeds ({{ len $feed }})</h2>
{{ $feed := .Feeds }} {{ range .Feeds }}
{{ range .Feeds }}
<article class="bt" v-for="plugin in plugins">
<div class="flex flex-column flex-row-ns db pv4 ph3 ph0-l">
<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
Expand Down

0 comments on commit 1f0d3e9

Please sign in to comment.