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:
Diffstat (limited to 'docs/layouts/_default/baseof.html')
-rw-r--r--docs/layouts/_default/baseof.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/layouts/_default/baseof.html b/docs/layouts/_default/baseof.html
new file mode 100644
index 000000000..5a7df61bf
--- /dev/null
+++ b/docs/layouts/_default/baseof.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ {{ partial "head" . }}
+ </head>
+ <body id="icons-body">
+ {{ partialCached "skippy" . }}
+ {{ partialCached "navbar" . }}
+ {{ block "hero" . }}{{ end }}
+
+ <main class="container-xxl bd-gutter" id="content">
+ {{ block "main" . }}{{ end }}
+ </main>
+
+ {{- partialCached "footer" . }}
+ {{- partialCached "scripts" . }}
+ </body>
+</html>