From 12896bd23eeba79884245c1c29fdc568cf21a7fa Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 14 Mar 2016 08:50:46 -0400 Subject: Converting to Webpack. Stage 1. --- templates/head.html | 92 ----------------------------------------------------- templates/root.html | 12 ------- 2 files changed, 104 deletions(-) delete mode 100644 templates/head.html delete mode 100644 templates/root.html (limited to 'templates') diff --git a/templates/head.html b/templates/head.html deleted file mode 100644 index a7eacc85f..000000000 --- a/templates/head.html +++ /dev/null @@ -1,92 +0,0 @@ -{{define "head"}} - - - - - - {{ .Props.Title }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{{end}} diff --git a/templates/root.html b/templates/root.html deleted file mode 100644 index 560c7a4b0..000000000 --- a/templates/root.html +++ /dev/null @@ -1,12 +0,0 @@ -{{define "root"}} - - -{{template "head" . }} - -
- - - -{{end}} -- cgit v1.2.3-1-g7c22