From 8fa8665acbb6b6fa901404796f5c3dd2355a6804 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 14 Apr 2026 21:07:54 +0200 Subject: Added the Linear Algebra draft --- layouts/_default/baseof.html | 67 ++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 33 deletions(-) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 012e942..0cb177d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,36 +1,37 @@ - - - - {{- $title := ( .Title ) -}} - {{- $siteTitle := ( .Site.Title ) -}} - {{- if .IsHome -}} - {{ $siteTitle }} - {{- else -}} - {{ $siteTitle }} | {{ $title }} - {{- end -}} - - - - - - - - - - -
Karan Jayachandra
- -
{{- block "main" . }}{{- end }}
-
- - + + + + {{- $title := ( .Title ) -}} + {{- $siteTitle := ( .Site.Title ) -}} + {{- if .IsHome -}} + {{ $siteTitle }} + {{- else -}} + {{ $siteTitle }} | {{ $title }} + {{- end -}} + + + + + + + + + {{if .Params.math }} {{ partial "katex.html" . }} {{end}} + + +
Karan Jayachandra
+ +
{{- block "main" . }}{{- end }}
+
+ + \ No newline at end of file -- cgit v1.3.1