From 3348ad9dc14192733ed89ef72d461753a98e2f57 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Tue, 7 Feb 2017 23:44:47 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20src=20=E2=9E=A1=EF=B8=8F=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {src => templates}/dark/assets/dark.png | Bin {src => templates}/dark/conf.json | 0 {src => templates}/dark/dark.css | 0 {src => templates}/dark/footer.inc.html | 0 {src => templates}/dark/head.inc.html | 0 {src => templates}/dark/signature-reply.html | 0 {src => templates}/dark/signature.html | 0 {src => templates}/light/assets/light.png | Bin {src => templates}/light/conf.json | 0 {src => templates}/light/footer.inc.html | 0 {src => templates}/light/full-mail.html | 0 {src => templates}/light/head.inc.html | 0 {src => templates}/light/light.css | 0 {src => templates}/light/signature-reply.html | 0 {src => templates}/light/signature.html | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {src => templates}/dark/assets/dark.png (100%) rename {src => templates}/dark/conf.json (100%) rename {src => templates}/dark/dark.css (100%) rename {src => templates}/dark/footer.inc.html (100%) rename {src => templates}/dark/head.inc.html (100%) rename {src => templates}/dark/signature-reply.html (100%) rename {src => templates}/dark/signature.html (100%) rename {src => templates}/light/assets/light.png (100%) rename {src => templates}/light/conf.json (100%) rename {src => templates}/light/footer.inc.html (100%) rename {src => templates}/light/full-mail.html (100%) rename {src => templates}/light/head.inc.html (100%) rename {src => templates}/light/light.css (100%) rename {src => templates}/light/signature-reply.html (100%) rename {src => templates}/light/signature.html (100%) diff --git a/src/dark/assets/dark.png b/templates/dark/assets/dark.png similarity index 100% rename from src/dark/assets/dark.png rename to templates/dark/assets/dark.png diff --git a/src/dark/conf.json b/templates/dark/conf.json similarity index 100% rename from src/dark/conf.json rename to templates/dark/conf.json diff --git a/src/dark/dark.css b/templates/dark/dark.css similarity index 100% rename from src/dark/dark.css rename to templates/dark/dark.css diff --git a/src/dark/footer.inc.html b/templates/dark/footer.inc.html similarity index 100% rename from src/dark/footer.inc.html rename to templates/dark/footer.inc.html diff --git a/src/dark/head.inc.html b/templates/dark/head.inc.html similarity index 100% rename from src/dark/head.inc.html rename to templates/dark/head.inc.html diff --git a/src/dark/signature-reply.html b/templates/dark/signature-reply.html similarity index 100% rename from src/dark/signature-reply.html rename to templates/dark/signature-reply.html diff --git a/src/dark/signature.html b/templates/dark/signature.html similarity index 100% rename from src/dark/signature.html rename to templates/dark/signature.html diff --git a/src/light/assets/light.png b/templates/light/assets/light.png similarity index 100% rename from src/light/assets/light.png rename to templates/light/assets/light.png diff --git a/src/light/conf.json b/templates/light/conf.json similarity index 100% rename from src/light/conf.json rename to templates/light/conf.json diff --git a/src/light/footer.inc.html b/templates/light/footer.inc.html similarity index 100% rename from src/light/footer.inc.html rename to templates/light/footer.inc.html diff --git a/src/light/full-mail.html b/templates/light/full-mail.html similarity index 100% rename from src/light/full-mail.html rename to templates/light/full-mail.html diff --git a/src/light/head.inc.html b/templates/light/head.inc.html similarity index 100% rename from src/light/head.inc.html rename to templates/light/head.inc.html diff --git a/src/light/light.css b/templates/light/light.css similarity index 100% rename from src/light/light.css rename to templates/light/light.css diff --git a/src/light/signature-reply.html b/templates/light/signature-reply.html similarity index 100% rename from src/light/signature-reply.html rename to templates/light/signature-reply.html diff --git a/src/light/signature.html b/templates/light/signature.html similarity index 100% rename from src/light/signature.html rename to templates/light/signature.html