Skip to content

Commit

Permalink
Fix repeating list element on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Aug 31, 2018
1 parent fe3edcf commit 920144b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/roadsandkingdoms/roadsandkingdoms.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (p *plugin) Info() pm.PluginMetadata {
return pm.PluginMetadata{
TechnicalName: "roadsandkingdoms",
Name: p.f.Title,
Description: "Proving a full content feed not just snippets.",
Description: "Providing a full content feed not just the headlines.",
Author: "Philipp",
AuthorURL: "https://github.com/dewey",
Image: "https://i.imgur.com/ABzvg51.png",
Expand Down
4 changes: 2 additions & 2 deletions ui/templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
</article>
</section>
<section class="mw7 center">
{{ $feed := .Feeds }} {{ range .Feeds }}
<h2 class="f3 ph3 ph0-l">Available Feeds ({{ len $feed }})</h2>
<article class="bt bb" v-for="plugin in plugins">
{{ $feed := .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">
<img src="{{ .Image }}" class="db" alt="Website source screenshot">
Expand Down

0 comments on commit 920144b

Please sign in to comment.