Remove hidden credit
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
{{ $lang := site.LanguageCode }}
|
||||
{{ $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 }}>
|
||||
<html {{ if $dark }} data-bs-theme="dark" {{ end }} {{ if $rtl }} dir="rtl" {{ end }} {{ with $lang }} lang="{{ . }}" {{ end }}>
|
||||
|
@@ -26,7 +26,6 @@
|
||||
<meta content="{{ . }}" name="keywords">
|
||||
{{ end }}
|
||||
|
||||
<meta content="https://github.com/willfaught/paige" name="theme">
|
||||
<meta content="{{ $color }}" name="theme-color">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
|
||||
|
Reference in New Issue
Block a user