Skip to content

Instantly share code, notes, and snippets.

@ara303
Created November 26, 2015 15:38
Show Gist options
  • Save ara303/a6f0d98366e0948c4aee to your computer and use it in GitHub Desktop.
Save ara303/a6f0d98366e0948c4aee to your computer and use it in GitHub Desktop.
Tumblr theme required HTML in order to be considered valid for submission. If you're failing the validation, check to make sure all these custom tags are in your theme file.
<html> <!-- There's no need to set a doctype, Tumblr automatically injects one. -->
<head>
<meta charset="utf-8">
<meta name="description" content="{MetaDescription}">
<link rel="alternate" href="{RSS}">
<link rel="icon" href="{Favicon}">
<style>
{CustomCSS}
</style>
</head>
<body>
{block:Posts}{/block:Posts}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment