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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-01 16:23:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-13 10:27:08 +0300
commit5e6dc0b60c727eec33d1229bc68bbd805a0f4dde (patch)
treed4520fd9fe31ec996003ffe481f1f08746473056
parentfd00fd32fd062de72be851d8f6b379249af28c65 (diff)
I need to figure out the template lookup order eventually.
-rw-r--r--docs/layouts/_default/home.html1
-rw-r--r--docs/layouts/partials/home.html (renamed from docs/index.html)0
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/layouts/_default/home.html b/docs/layouts/_default/home.html
index ab0ad2ce8..59fad01c4 100644
--- a/docs/layouts/_default/home.html
+++ b/docs/layouts/_default/home.html
@@ -13,6 +13,7 @@
</head>
<body>
{{ partial "navbar" . }}
+ {{ partial "home" . }}
{{ .Content }}
diff --git a/docs/index.html b/docs/layouts/partials/home.html
index c93bcdcad..c93bcdcad 100644
--- a/docs/index.html
+++ b/docs/layouts/partials/home.html