Rename html.html to tag-html.html

This commit is contained in:
Will Faught
2024-07-12 13:38:58 -07:00
parent e91d5abeca
commit e76b44a9e2
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +0,0 @@
{{ $page := . }}
{{ $dark := eq ($page.Param "paige.color_scheme") "dark" }}
{{ $lang := site.LanguageCode | default site.Language.Lang }}
{{ $rtl := eq $page.Language.LanguageDirection "rtl" }}
<html {{ if $dark }} data-bs-theme="dark" {{ end }} data-paige="Paige theme from https://github.com/willfaught/paige" {{ if $rtl }} dir="rtl" {{ end }} {{ with $lang }} lang="{{ . }}" {{ end }}>