This commit is contained in:
gurusabarish
2020-08-30 00:41:07 +05:30
parent 2ee892e5d3
commit 72e49d4efa
17 changed files with 38 additions and 186 deletions
+6
View File
@@ -7,12 +7,18 @@
<head>
{{- partial "head.html" . -}}
<meta name="description" content="{{ .Site.Params.description }}" />
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
{{- partial "header.html" . -}}
{{- partial "sections/home.html" . -}}
{{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}
</body>