无法在最小的博客模板上生成任何内容
can't produce any content on minimal blogger template
我正尝试按照 this 视频从头开始创建新模板。
在我的情况下它不起作用。
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<title>
abc title
</title>
<b:skin><![CDATA[
h1{
color:red;
}
]]></b:skin>
</head>
<body>
<b:section id='sc01'>
<h1>lorem ipsum</h1>
</b:section>
</body>
</html>
加载页面没有lorem ipsum
。
页面为空,控制台清晰。
在页面源代码中,我看到:
<div class='no-items section' id='sc01'></div>
有什么帮助吗?
替换<b:section id='sc01'>
之前的<h1>lorem ipsum</h1>
。
我正尝试按照 this 视频从头开始创建新模板。
在我的情况下它不起作用。
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<title>
abc title
</title>
<b:skin><![CDATA[
h1{
color:red;
}
]]></b:skin>
</head>
<body>
<b:section id='sc01'>
<h1>lorem ipsum</h1>
</b:section>
</body>
</html>
加载页面没有lorem ipsum
。
页面为空,控制台清晰。
在页面源代码中,我看到:
<div class='no-items section' id='sc01'></div>
有什么帮助吗?
替换<b:section id='sc01'>
之前的<h1>lorem ipsum</h1>
。