From 319b34831aa8ec6658de834efa828f947282a794 Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Mon, 1 Feb 2021 05:40:47 +0530 Subject: [PATCH] Export OPML --- client/commoncss.html | 7 +++++++ client/scripts.html | 5 ----- client/settings.html | 5 ++++- controllers/pages.go | 3 ++- model/opmlModels.go | 14 +++++++++----- service/podcastService.go | 21 +++++++++++++-------- 6 files changed, 35 insertions(+), 20 deletions(-) diff --git a/client/commoncss.html b/client/commoncss.html index 58e08e8..782dd40 100644 --- a/client/commoncss.html +++ b/client/commoncss.html @@ -151,4 +151,11 @@ @media (min-width: 750px) { } + {{end}} diff --git a/client/scripts.html b/client/scripts.html index 7a41c11..13507a9 100644 --- a/client/scripts.html +++ b/client/scripts.html @@ -5,11 +5,6 @@