Skip to content

Instantly share code, notes, and snippets.

@jyeary
Created March 30, 2015 13:36
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 jyeary/26f10e1a2436f8f3f959 to your computer and use it in GitHub Desktop.
Save jyeary/26f10e1a2436f8f3f959 to your computer and use it in GitHub Desktop.
Basic Blogger Version 1 Template
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<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><data:blog.pageTitle/></title>
<b:skin>
<![CDATA[
<!-- SKIN CONTENTS -->
]]>
</b:skin>
</head>
<body>
<!-- BODY CONTENTS -->
</body>
</html>
@jyeary
Copy link
Author

jyeary commented Mar 30, 2015

This is the minimum template that you can use in Blogger that will be accepted by the template parser.

Note: This does not contain any layouts and will not render a blog. This is only for use in developing a new template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment