f5aca904 |
--- |
e0a0d093 |
blog_title: My Octopress Blog |
145f8104 |
google_site_search_id: |
f5aca904 |
---
|
82d0251d |
!!! 1.1 Transitional
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
%head |
6c8b67d0 |
%title= "#{page.title} - #{page.blog_title}" |
82d0251d |
- if page.respond_to? :description |
e0a0d093 |
%meta(name="description" content="#{page.description}")/ |
82d0251d |
- if page.respond_to? :keywords |
e0a0d093 |
%meta(name="keywords" content="#{page.keywords}")/ |
5c736f5e |
%link(href="/stylesheets/screen.css" rel="stylesheet" media="screen projection" type="text/css")
%link(href="/atom.xml" rel="alternate" title="#{page.blog_title}" type="application/atom+xml")
%script(src="/javascripts/mootools-yui-compressed.js" type="text/javascript")
%script(src="/javascripts/jsonp.js" type="text/javascript")
%script(src="/javascripts/twitter_gitter.js" type="text/javascript")
%script(src="/javascripts/twitter.js" type="text/javascript") |
145f8104 |
%script(src="http://www.google-analytics.com/ga.js" type="text/javascript") |
82d0251d |
%body
#header
.page_width |
f5aca904 |
%a.title(href="/")=page.blog_title |
145f8104 |
#search
%form(action="http://www.google.com/cse" id="cse-search-box")
%input(type="hidden" name="cx" value="#{page.google_site_search_id}")
%input(type="hidden" name="ie" value="UTF-8")
%input#q(type="text" name="q") |
77bb406a |
#nav
.page_width
%ul |
82d0251d |
%li.alpha |
145f8104 |
%a(href="/") Blog |
d8d51719 |
%li.omega |
145f8104 |
%a(href="/about") About |
77bb406a |
%li.subscribe |
145f8104 |
%a(href="/atom.xml") Subscribe |
82d0251d |
#page
.page_width |
5c736f5e |
#main
- if page.respond_to? :date
%h2= page.title
= content
%p.pubdate
Published:
=page.date.strftime("%d %b, %Y")
- else
= content
#sidebar
#twitter
#twitter_status
Status updating... |
82d0251d |
#footer |
fd32bcab |
.page_width
= "Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} | " |
145f8104 |
%span.credit Powered by <a href="http://github.com/imathis/octopress/">Octopress</a>
//Google Analytics code
:javascript
try {
var pageTracker = _gat._getTracker("UA-10876422-1");
pageTracker._trackPageview();
} catch(err) {} |