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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarnobbhanja <arnobbhanja@users.noreply.github.com>2020-10-15 21:26:35 +0300
committerGitHub <noreply@github.com>2020-10-15 21:26:35 +0300
commit15cc437536a20f1a8d464019a6b8014f308f9695 (patch)
tree71423761944d15df3b3ff53751bb61d6b4d14491
parent6477aa7a9a438663cc10cb91e3471a0a95f71f48 (diff)
render default term landing page
current term.html broke the landing page and nothing was being rendered except 'All tags' text in a header. Until a specific layout is decided the default landing page generated by Hugo should suffice.
-rw-r--r--layouts/_default/term.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/layouts/_default/term.html b/layouts/_default/term.html
deleted file mode 100644
index 9648bf3..0000000
--- a/layouts/_default/term.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-{{ partial "header.html" . }}
-
-<body>
- <div class="container wrapper tags">
- {{ partial "head.html" . }}
-
- <h1 class="page-title">All tags</h1>
- </div>
-
- {{ partial "footer.html" . }}
-</body>
-
-</html> \ No newline at end of file