Add body.html

This commit is contained in:
Will Faught
2023-01-01 01:37:51 -08:00
parent 2526252dc4
commit e602d50427
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{{ $lang := .Site.LanguageCode | default .Site.Language.Lang }}
<html{{ if eq .Site.Params.paige.color_scheme `dark` }} data-bs-theme="dark"{{ end }}{{ if $rtl }} dir="rtl"{{ end }}{{ with $lang }} lang="{{ . }}"{{ end }}>
{{ partial "paige/head.html" . }}
<body class="d-flex flex-column">
{{ partial "paige/body.html" . }}
<div class="container flex-fill">
<div class="row">
<div class="col">