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
+3 -8
View File
@@ -2,13 +2,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{ .Title }}</title>
{{ if .Params.favicon }}
<link rel="icon" href="{{ .favicon }}" type="image/gif" sizes="16x16">
{{ end }}
<!-- Links and stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" href="{{ .Site.Params.favicon | default "/assets/images/favicon.png"}}" type="image/gif">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
<!-- Header and Footer -->
<link rel="stylesheet" href="/css/head_foot.css">