aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 93eb168..19128ec 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,17 +3,14 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
+ <meta name="description" content="Karan Jayachandra is a signal processing engineer. He is working on algorithm development at NXP for automotive radar systems to make driving safer." />
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@karanj/monochromecss/main.min.css">
+ <link rel="stylesheet" href="/main.css">
</head>
<body>
- <nav><ul>
- {{ range .Site.Menus.main }}
- <li><a href="{{ .URL }}">{{ .Name }}</a></li>
- {{ end }}
- </ul></nav>
+ {{partial "header.html"}}
<main>
{{ block "main" . }}{{ end }}
</main>
</body>
-</html>
+</html> \ No newline at end of file