blog style update

This commit is contained in:
gurusabarish
2021-03-14 22:39:38 +05:30
parent ea8fabe68e
commit a19418481d
8 changed files with 63 additions and 55 deletions
+4
View File
@@ -1,6 +1,10 @@
{{ define "head" }}
<title>{{- .Site.Title -}}</title>
<meta name="description" content="{{ .Site.Params.description }}">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet"
media="all">
{{ template "_internal/google_analytics.html" . }}
{{ end }}