From 3c4aa25af0cd6f56db85d503ab552d39b81b5c17 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 31 Oct 2022 12:24:35 +0100 Subject: renamed to things --- views/things/ghrss/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 views/things/ghrss/index.html (limited to 'views/things/ghrss/index.html') diff --git a/views/things/ghrss/index.html b/views/things/ghrss/index.html new file mode 100644 index 0000000..1e64fa3 --- /dev/null +++ b/views/things/ghrss/index.html @@ -0,0 +1,32 @@ +{% extends "snippets/layout.html" %} + +{% block description %} +{% endblock %} + +{% block title %} +GHRSS - Trending Repos +{% endblock %} + +{% block css %} +{% endblock %} + +{% block main %} +
+ +
+

Trending Repos from Github as RSS-Feed

+ Choose your language, get the result of github.com/trending as RSS-Feed +
+ +

+

+ +
+{% endblock %} -- cgit v1.2.3