From 48b250b16bca16740a4114f0e6dc0495dcf9f704 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 24 Jan 2010 01:32:17 -0800 Subject: [PATCH] moved templates to t --- .gitignore | 5 +++-- {templates => t}/404.html | 0 {templates => t}/about.html | 0 {templates => t}/agg.html | 0 {templates => t}/code.html | 0 {templates => t}/header-src.html | 8 ++------ {templates => t}/img.html | 0 {templates => t}/index.html | 0 {templates => t}/links.html | 0 {templates => t}/log.html | 0 {templates => t}/nav.html | 0 {templates => t}/photo.html | 0 {templates => t}/projects.html | 0 13 files changed, 5 insertions(+), 8 deletions(-) rename {templates => t}/404.html (100%) rename {templates => t}/about.html (100%) rename {templates => t}/agg.html (100%) rename {templates => t}/code.html (100%) rename {templates => t}/header-src.html (83%) rename {templates => t}/img.html (100%) rename {templates => t}/index.html (100%) rename {templates => t}/links.html (100%) rename {templates => t}/log.html (100%) rename {templates => t}/nav.html (100%) rename {templates => t}/photo.html (100%) rename {templates => t}/projects.html (100%) diff --git a/.gitignore b/.gitignore index e42c952..f331b3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -content -templates +c +t +/lib/config \ No newline at end of file diff --git a/templates/404.html b/t/404.html similarity index 100% rename from templates/404.html rename to t/404.html diff --git a/templates/about.html b/t/about.html similarity index 100% rename from templates/about.html rename to t/about.html diff --git a/templates/agg.html b/t/agg.html similarity index 100% rename from templates/agg.html rename to t/agg.html diff --git a/templates/code.html b/t/code.html similarity index 100% rename from templates/code.html rename to t/code.html diff --git a/templates/header-src.html b/t/header-src.html similarity index 83% rename from templates/header-src.html rename to t/header-src.html index 3d232c2..b54682b 100644 --- a/templates/header-src.html +++ b/t/header-src.html @@ -9,10 +9,6 @@ - - - \ No newline at end of file diff --git a/templates/img.html b/t/img.html similarity index 100% rename from templates/img.html rename to t/img.html diff --git a/templates/index.html b/t/index.html similarity index 100% rename from templates/index.html rename to t/index.html diff --git a/templates/links.html b/t/links.html similarity index 100% rename from templates/links.html rename to t/links.html diff --git a/templates/log.html b/t/log.html similarity index 100% rename from templates/log.html rename to t/log.html diff --git a/templates/nav.html b/t/nav.html similarity index 100% rename from templates/nav.html rename to t/nav.html diff --git a/templates/photo.html b/t/photo.html similarity index 100% rename from templates/photo.html rename to t/photo.html diff --git a/templates/projects.html b/t/projects.html similarity index 100% rename from templates/projects.html rename to t/projects.html -- 2.34.1