mirror of https://github.com/ColorlibHQ/AdminLTE
fixed docs bugs for generation
- removed duplicate `<!DOCTYPE html>` and `<html lang="en">` - added missing source line and github-pages gem in Gemfilepull/2185/head
parent
de09bbc21d
commit
4e717712cc
|
@ -1,5 +1,7 @@
|
||||||
|
source 'https://rubygems.org'
|
||||||
gem "rouge"
|
gem "rouge"
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
gem "github-pages"
|
||||||
gem "jekyll-seo-tag"
|
gem "jekyll-seo-tag"
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
Loading…
Reference in New Issue