From 481b75a05837ecb39dce15a22cff9337e520344f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 23 Apr 2020 18:59:51 +0200 Subject: Add afternoon theme --- bcst/themes/afternoon/index.html | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 bcst/themes/afternoon/index.html (limited to 'bcst/themes/afternoon/index.html') diff --git a/bcst/themes/afternoon/index.html b/bcst/themes/afternoon/index.html new file mode 100644 index 0000000..e1c2cdf --- /dev/null +++ b/bcst/themes/afternoon/index.html @@ -0,0 +1,60 @@ + + + + + + + + + + + + {{title}} + + + +

+

+ +
+
    +
  1. {{ tab1["title"] }}

  2. +
    + {% for link_name, url in tab1["bookmarks"].items() %} +
  3. {{link_name}}
  4. + {% endfor %} +
+
+ +
+
    +
  1. {{ tab2["title"] }}

  2. +
    + {% for link_name, url in tab2["bookmarks"].items() %} +
  3. {{link_name}}
  4. + {% endfor %} +
+
+ +
+
    +
  1. {{ tab3["title"] }}

  2. +
    + {% for link_name, url in tab3["bookmarks"].items() %} +
  3. {{link_name}}
  4. + {% endfor %} +
+
+ +
+
    +
  1. {{ tab4["title"] }}

  2. +
    + {% for link_name, url in tab4["bookmarks"].items() %} +
  3. {{link_name}}
  4. + {% endfor %} +
+
+ + + -- cgit v1.2.3