From f3db5473b38d010a774c5e1af0f63ceab70371db Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 23 Apr 2020 12:53:54 +0200 Subject: Add qhungg theme --- bcst/themes/qhungg/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bcst/themes/qhungg/index.html (limited to 'bcst/themes/qhungg/index.html') diff --git a/bcst/themes/qhungg/index.html b/bcst/themes/qhungg/index.html new file mode 100644 index 0000000..d344fdc --- /dev/null +++ b/bcst/themes/qhungg/index.html @@ -0,0 +1,27 @@ + + + + {{home}} + + + + + +
+ {% for key,value in bookmarks.items() %} +
+

{{key}}

+
    + {% for link_name,url in value.items() %} +
  • {{link_name}}
  • + {% endfor %} +
+
+ {% endfor %} + +
+ +
+
+ + -- cgit v1.2.3