From 9a83be64a1643bdbccf5ebc8007862b4f84840a8 Mon Sep 17 00:00:00 2001 From: User Identifier Date: Fri, 17 Nov 2017 15:16:17 +0100 Subject: [PATCH] Support multiple templates --- ciclostile | 2 +- template.html => templates/default.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename template.html => templates/default.html (100%) diff --git a/ciclostile b/ciclostile index 1040065..8f558ce 160000 --- a/ciclostile +++ b/ciclostile @@ -1 +1 @@ -Subproject commit 104006503e1a8646b8d08c2a29ffc01f6568ba98 +Subproject commit 8f558ce0b82f74362ce71a6407b2df9dee7d0349 diff --git a/template.html b/templates/default.html similarity index 100% rename from template.html rename to templates/default.html