aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/head.haml
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-04-17 22:49:30 -0500
committerBrandon Mathis <brandon@imathis.com>2011-04-17 22:49:30 -0500
commite4c2d5790bac6a74037638fde049c374fc44cc7b (patch)
tree83f5e5b7324fcb5951d755442e2e601a3eaed35a /source/_includes/head.haml
parent4db81a9e51e452495a06ad8c57ac4ac689a9ff34 (diff)
downloadmy_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.tar.xz
my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.zip
irrisponsibly massive commit
Diffstat (limited to '')
-rw-r--r--source/_includes/head.haml22
1 files changed, 0 insertions, 22 deletions
diff --git a/source/_includes/head.haml b/source/_includes/head.haml
deleted file mode 100644
index 75b652c8..00000000
--- a/source/_includes/head.haml
+++ /dev/null
@@ -1,22 +0,0 @@
-%head
- %title #{page.blog_title} :: #{page.title}
- %meta(http-equiv="Content-Type" content="text/html; charset=utf-8")
- - if page.respond_to? :description
- %meta(name="description" content="#{page.description}")/
- - if page.respond_to? :keywords
- %meta(name="keywords" content="#{page.keywords}")/
- %link(href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css")
- %script(src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js" type="text/javascript")
- %script(src="/javascripts/mootools-1.2.4.2-more.js" type="text/javascript")
- - if page.respond_to? :twitter_user
- :javascript
- var twitter_user = "#{page.twitter_user}"
- var show_replies = #{page.show_replies};
- var tweet_count = #{page.tweet_count};
- %script(src="/javascripts/octopress.js" type="text/javascript")
- %script(src="/javascripts/twitter.js" type="text/javascript")
- - if page.respond_to? :google_analytics
- %script(src="http://www.google-analytics.com/ga.js" type="text/javascript")
-
- - # RSS Feed
- %link(href="/atom.xml" rel="alternate" title="#{page.blog_title}" type="application/atom+xml") \ No newline at end of file