Support right-to-left languages

This commit is contained in:
Will Faught
2022-12-16 15:54:35 -08:00
parent 652343fc31
commit 6e026bddbd
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html lang="{{ .Site.LanguageCode }}">
<html{{ if eq .Language.LanguageDirection "rtl" }} dir="rtl"{{ end }} lang="{{ .Site.LanguageCode }}">
{{ partial "paige-head.html" . }}
<body class="d-flex flex-column">
<div class="container flex-fill">