demo web for all vertions

This commit is contained in:
gurusabarish
2021-06-05 11:47:40 +05:30
parent 0d77e9d032
commit a856084d34
37 changed files with 767 additions and 1000 deletions
+7 -1
View File
@@ -12,6 +12,8 @@
{{- partial "sections/v2/head.html" . -}}
{{- block "head" . -}}{{- end }}
{{ else if eq .Site.Params.version 3 }}
{{- partial "sections/v3/head.html" . -}}
{{- block "head" . -}}{{- end }}
{{ else }}
{{ end }}
@@ -31,10 +33,14 @@
{{- partial "sections/v2/footer.html" . -}}
{{ else if eq .Site.Params.version 3 }}
{{- partial "sections/v3/scripts.html" . -}}
{{- partial "sections/v3/navbar.html" . -}}
{{- block "main" . -}}{{- end }}
{{- partial "sections/v3/footer.html" . -}}
{{ else }}
{{ end }}
</body>
</html>
</html>