<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns="http://purl.org/rss/1.0/">

  <channel rdf:about="http://yaplog.jp/satos_cafe-bar/">
	<title/>
    <link><![CDATA[http://yaplog.jp/satos_cafe-bar/]]></link>
	<description/>
    <dc:language>ja</dc:language>
    <dc:creator><![CDATA[satos_cafe-bar]]></dc:creator>
    <dc:date>$date.format("yyyy-MM-dd'T'HH:mm:ss+09:00", $blog.update_datetime)</dc:date>
    <items>
      <rdf:Seq>
      </rdf:Seq>
    </items>
  </channel>
</rdf:RDF>

