From 6115ce7b1dfe77dbcc3c89a6c66ef8ddbdc4f696 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 12 Feb 2020 00:40:23 +0100 Subject: themes/sourcehut: add CardDAV templates, improve nav --- themes/sourcehut/address-book.html | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 themes/sourcehut/address-book.html (limited to 'themes/sourcehut/address-book.html') diff --git a/themes/sourcehut/address-book.html b/themes/sourcehut/address-book.html new file mode 100644 index 0000000..4becfda --- /dev/null +++ b/themes/sourcehut/address-book.html @@ -0,0 +1,46 @@ +{{template "head.html"}} +{{template "nav.html"}} + +
+
+
+

Contacts

+
+
+
+
+
+
+ +
+
+ + + {{if .AddressObjects}} + + {{else}} +

No contact.

+ {{end}} +
+
+
+ +{{template "foot.html"}} -- cgit v1.2.3