This commit is contained in:
gurusabarish
2020-09-28 12:18:26 +05:30
parent 9ccb3e1193
commit bdce5b0bce
13 changed files with 11346 additions and 58 deletions
+11 -11
View File
@@ -2,22 +2,22 @@
<html lang="en">
<head>
{{- partial "head.html" . -}}
<meta name="description" content="{{ .Params.description }}" />
{{- partial "head.html" . -}}
<meta name="description" content="{{ .Params.description }}" />
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/blog.css">
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/blog.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=PT+Serif&display=swap" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Peddana&display=swap" rel="stylesheet">
</head>
<body>
{{- partial "header.html" . -}}
{{- block "main" . -}}{{- end }}
{{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}
{{- partial "header.html" . -}}
{{- block "main" . -}}{{- end }}
{{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}
</body>