Created
March 30, 2015 13:36
-
-
Save jyeary/26f10e1a2436f8f3f959 to your computer and use it in GitHub Desktop.
Basic Blogger Version 1 Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.