Skip to content

Instantly share code, notes, and snippets.

@comame
Last active December 9, 2019 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save comame/4556f8b06a8b34de688cb7cd454452d7 to your computer and use it in GitHub Desktop.
Save comame/4556f8b06a8b34de688cb7cd454452d7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:responsive='true' lang='ja' 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'>
<!-- <b:skin> タグを含む <head> タグが必要 -->
<head>
<title><data:blog.title/></title>
<b:skin><![CDATA[]]></b:skin>
</head>
<!-- <body> タグが必要 -->
<body>
<b:section id='main'>
<b:widget id='Blog1' type='Blog'>
<b:includable id='main'>
<b:loop var='post' values='data:posts'>
<b:if cond='data:blog.pageType == "index"'>
<h2><data:post.title/></h2>
<b:else/>
<h1><data:post.title/></h1>
<p><data:post.body/></p>
</b:if>
</b:loop>
</b:includable>
</b:widget>
</b:section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment