first commit
This commit is contained in:
13
themes/meghna-hugo/layouts/_default/baseof.html
Normal file
13
themes/meghna-hugo/layouts/_default/baseof.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ with site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
|
||||
<div id="content">
|
||||
{{ partial "preloader.html" . }}
|
||||
{{- block "main" . }}{{- end }}
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user