diff --git a/render.go b/render.go index ce76c82..e834fa4 100644 --- a/render.go +++ b/render.go @@ -25,7 +25,6 @@ const templatesExt = ".gohtml" const templateBase = "base" const templatePost = "post" const templateError = "error" -const templateRedirect = "redirect" const templateIndex = "index" const templateTaxonomy = "taxonomy" const templatePhotos = "photos" diff --git a/templates/redirect.gohtml b/templates/redirect.gohtml deleted file mode 100644 index 6a0402f..0000000 --- a/templates/redirect.gohtml +++ /dev/null @@ -1,9 +0,0 @@ -{{ define "redirect" }} - - - - - {{ .Data }} - - -{{ end }} \ No newline at end of file