From c70bebb2aa686dc534da98bf059f998ba939d0f5 Mon Sep 17 00:00:00 2001 From: Mohamad Safadieh <4352580+msafadieh@users.noreply.github.com> Date: Thu, 25 Jun 2020 00:46:37 -0400 Subject: [PATCH] Add support for RTL feed content --- template/common.go | 9 ++--- template/html/bookmark_entries.html | 2 +- template/html/categories.html | 2 +- template/html/category_entries.html | 4 +-- template/html/category_feeds.html | 2 +- template/html/common/feed_list.html | 6 ++-- template/html/edit_feed.html | 2 +- template/html/entry.html | 6 ++-- template/html/feed_entries.html | 4 +-- template/html/history_entries.html | 2 +- template/html/search_entries.html | 2 +- template/html/shared_entries.html | 2 +- template/html/unread_entries.html | 2 +- template/views.go | 52 ++++++++++++++--------------- 14 files changed, 49 insertions(+), 48 deletions(-) diff --git a/template/common.go b/template/common.go index 3e9d8e3e..4031d3fc 100644 --- a/template/common.go +++ b/template/common.go @@ -27,7 +27,7 @@ var templateCommonMap = map[string]string{
{{ range .feeds }}
-
+
{{ if .Icon }} {{ .Title }} @@ -44,7 +44,7 @@ var templateCommonMap = map[string]string{
{{ end }}
-{{ end }}`, +{{ end }} +`, "feed_menu": `{{ define "feed_menu" }}