Skip to content

Instantly share code, notes, and snippets.

Created August 4, 2009 22:30
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 anonymous/162357 to your computer and use it in GitHub Desktop.
Save anonymous/162357 to your computer and use it in GitHub Desktop.
__DATA__
html content_type text/html; charset=$blog_encoding
html head <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
html head <html>
html head <head>
html head <meta http-equiv="content-type" content="$content_type" >
html head <link rel="alternate" type="application/rss+xml" title="RSS" href="$url/index.rss" >
html head <title>$blog_title $path_info_da $path_info_mo $path_info_yr</title>
html head </head>
html head <body>
html head <div align="center">
html head <h1>$blog_title</h1>
html head <p>$path_info_da $path_info_mo $path_info_yr</p>
html head </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment