Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blum <mike.blum@logicgate.com>2018-11-18 23:28:33 +0300
committerMike Blum <mike.blum@logicgate.com>2018-11-18 23:28:33 +0300
commit498c5b00e3734b4c02344eaa4cdaaea85445b7eb (patch)
tree0f783fd2fd72df37a80f03d3e4eb60d3694d5121
parente06bad5767cecde6e41c173d7e08fd6a110309fd (diff)
[GH-04] fix theme build
-rw-r--r--layouts/index.html1
-rw-r--r--layouts/section/post.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
deleted file mode 100644
index 41e72c3..0000000
--- a/layouts/index.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ template "theme/_default/list.html" . }} \ No newline at end of file
diff --git a/layouts/section/post.html b/layouts/section/post.html
deleted file mode 100644
index 41e72c3..0000000
--- a/layouts/section/post.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ template "theme/_default/list.html" . }} \ No newline at end of file