Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « layouts - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21805c3668cd68c58413146141e68c71ae92c2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ 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 }}


{{ define "main" }}
{{- partial "sections/about.html" . -}}
{{- partial "sections/do_things.html" . -}}
{{ end }}