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

github.com/radity/raditian-free-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..c1df43c
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,39 @@
+<!-- inject:../components/baseHead/baseHeadStart.html -->
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+ {{ partial "head.html" . }}
+
+ {{ partial "head_custom.html" . }}
+
+</head>
+
+<body>
+
+ {{ partial "header.html" . }}
+
+ {{ partial "showcase.html" . }}
+
+ {{ partial "about.html" . }}
+
+ {{ partial "education.html" . }}
+
+ {{ partial "experience.html" . }}
+
+ {{ partial "client-and-work.html" . }}
+
+ {{ partial "testimonial.html" . }}
+
+ {{ partial "contact.html" . }}
+
+ {{ partial "newsletter.html" . }}
+
+ {{ partial "footer.html" . }}
+
+ {{ partial "base-foot.html" . }}
+</body>
+
+</html>
+<!-- endinject --> \ No newline at end of file