mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Add support for RTL feed content
This commit is contained in:
parent
f7273e5cdf
commit
c70bebb2aa
14 changed files with 49 additions and 48 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1>{{ .category.Title }} ({{ .total }})</h1>
|
||||
<h1 dir="auto">{{ .category.Title }} ({{ .total }})</h1>
|
||||
<ul>
|
||||
{{ if .entries }}
|
||||
<li>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<div class="items">
|
||||
{{ range .entries }}
|
||||
<article class="item touch-item item-status-{{ .Status }}" data-id="{{ .ID }}">
|
||||
<div class="item-header">
|
||||
<div class="item-header" dir="auto">
|
||||
<span class="item-title">
|
||||
{{ if ne .Feed.Icon.IconID 0 }}
|
||||
<img src="{{ route "icon" "iconID" .Feed.Icon.IconID }}" width="16" height="16" loading="lazy" alt="{{ .Feed.Title }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue