Skip to content

Commit

Permalink
Updating some misc template stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngerakines committed Apr 12, 2010
1 parent 056c008 commit 525c936
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
13 changes: 0 additions & 13 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion public/sitemap.xml
Expand Up @@ -4,7 +4,7 @@ layout: nil
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://blog.socklabs.com/index.html</loc>
<loc>http://blog.socklabs.com/</loc>
<changefreq>weekly</changefreq>
</url>
<url>
Expand Down
1 change: 0 additions & 1 deletion templates/feed.builder
Expand Up @@ -18,4 +18,3 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
end
end
end

10 changes: 5 additions & 5 deletions templates/layout.rhtml
Expand Up @@ -26,14 +26,14 @@
<li class="last"><a href="http://twitter.com/ngerakines">Twitter</a></li>
</ul>
<div class="footerContent">
<!--
<form method="get" id="searchform" action="http://google.com/search">
<form method="get" id="searchform" action="http://www.google.com/cse">
<div id="search">
<input type="text" value="" name="s" id="s" />
<input type="hidden" name="cx" value="partner-pub-4763368282156432:mu9msn8jdud" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="15" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
-->
<p>&copy; Nick Gerakines. Powered by <a href="http://http://cloudhead.io/toto">toto</a> on <a href="http://heroku.com/">Heroku</a></p>
</div>
</div>
Expand All @@ -43,7 +43,7 @@ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-660447-7");
var pageTracker = _gat._getTracker("UA-660447-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
Expand Down

0 comments on commit 525c936

Please sign in to comment.