mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Improve API
This commit is contained in:
parent
3f473e4a09
commit
d5b8f2fb88
15 changed files with 238 additions and 110 deletions
|
@ -27,7 +27,7 @@
|
|||
<article class="item">
|
||||
<div class="item-header">
|
||||
<span class="item-title">
|
||||
{{ if ne .Icon.IconID 0 }}
|
||||
{{ if .Icon }}
|
||||
<img src="{{ route "icon" "iconID" .Icon.IconID }}" width="16" height="16">
|
||||
{{ end }}
|
||||
<a href="{{ route "feedEntries" "feedID" .ID }}">{{ .Title }}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue