migrated list page and sidebar styles

This commit is contained in:
Aaron Qian 2022-11-14 14:52:42 -08:00 committed by Aaron Qian
parent 7a1088420b
commit b86a0d3eeb
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
8 changed files with 609 additions and 618 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ .Site.Language.Lang }}">
<head>
<title>{{ .Page.Title }}</title>
<!------ ADD COMMON HEADERS -------->
@ -14,7 +14,7 @@
</head>
<body data-spy="scroll" data-target="#TableOfContents" data-offset="80">
<body class="type-{{ .Page.Type }} kind-{{ .Page.Kind }}" data-spy="scroll" data-target="#TableOfContents" data-offset="80">
<div class="container-fluid bg-dimmed wrapper">
<!----- ADD NAVBAR --------------->
{{ block "navbar" . }} {{ end }}