This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mayx
/
blog
mirror of
https://github.com/Mabbs/mabbs.github.io
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
7
Wiki
Activity
Browse Source
Update 2 files
- /_layouts/xslt_container.html - /_layouts/default.html
pull/178/head
mayx
2 months ago
parent
d4165271bc
commit
fb76deac38
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
_layouts/default.html
+1
-1
_layouts/xslt_container.html
+ 1
- 0
_layouts/default.html
View File
@ -1,6 +1,7 @@
---
layout: xslt_container
---
<
html
lang
=
"{{ site.lang | default: "
zh-CN
"
}
}
"
>
<
head
>
<
meta
charset
=
"UTF-8"
/
>
+ 1
- 1
_layouts/xslt_container.html
View File
@ -3,7 +3,7 @@
version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:atom="http://www.w3.org/2005/Atom">
<
xsl:output
method
=
"html"
version
=
"4.0"
encoding
=
"UTF-8"
indent
=
"yes"
/
>
<
xsl:output
method
=
"html"
version
=
"4.0"
encoding
=
"UTF-8"
indent
=
"yes"
doctype-system
=
"about:legacy-compat"
/
>
<
xsl:template
match
=
"/"
>
{{ content }}
<
/
xsl:template
>
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.