From e95b823f6554f5bad24be1c7f04b2adc763a9f92 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 23 Jun 2025 03:11:14 +0900 Subject: refactor: change directory structure --- backend/templates/read-feeds.html | 35 +++++++++++++++++++++++++++++++++++ backend/templates/settings.html | 22 ++++++++++++++++++++++ backend/templates/unread-feeds.html | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 backend/templates/read-feeds.html create mode 100644 backend/templates/settings.html create mode 100644 backend/templates/unread-feeds.html (limited to 'backend/templates') diff --git a/backend/templates/read-feeds.html b/backend/templates/read-feeds.html new file mode 100644 index 0000000..08a2626 --- /dev/null +++ b/backend/templates/read-feeds.html @@ -0,0 +1,35 @@ + + + + + + + + {{.Title}} | feedaka + + +
+

{{.Title}}

+
+
    + {{- range .Feeds -}} +
  • + {{.Title}} + +
  • +
      + {{- range .Articles -}} +
    • + {{.Title}} + +
    • + {{- end -}} +
    + {{- end -}} +
+
+
+ + + + diff --git a/backend/templates/settings.html b/backend/templates/settings.html new file mode 100644 index 0000000..65efd8d --- /dev/null +++ b/backend/templates/settings.html @@ -0,0 +1,22 @@ + + + + + + + + Settings | feedaka + + +
+

Settings

+
+

URLs

+
+ + +
+
+
+ + diff --git a/backend/templates/unread-feeds.html b/backend/templates/unread-feeds.html new file mode 100644 index 0000000..676f24e --- /dev/null +++ b/backend/templates/unread-feeds.html @@ -0,0 +1,35 @@ + + + + + + + + {{.Title}} | feedaka + + +
+

{{.Title}}

+
+
    + {{- range .Feeds -}} +
  • + {{.Title}} + +
  • +
      + {{- range .Articles -}} +
    • + {{.Title}} + +
    • + {{- end -}} +
    + {{- end -}} +
+
+
+ + + + -- cgit v1.2.3-70-g09d2