Skip to content

Commit

Permalink
little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Oct 23, 2008
1 parent 4f3f285 commit 348c189
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="<%= @page.author %>" />
<meta name="author" content="Tom Preston-Werner" />
<link href="http://feeds.feedburner.com/tom-preston-werner" rel="alternate" title="Tom Preston-Werner" type="application/atom+xml" />

<!-- CodeRay syntax highlighting CSS -->
Expand All @@ -18,7 +18,7 @@

<div class="site">
<div class="title">
Tom Preston-Werner <a href="http://feeds.feedburner.com/tom-preston-werner">rss</a>
<a href="/">Tom Preston-Werner</a> <a class="extra" href="http://feeds.feedburner.com/tom-preston-werner">rss</a>
</div>

{{ content }}
Expand Down
11 changes: 10 additions & 1 deletion css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,21 @@ table {
}

.site .title a {
color: #a00;
text-decoration: none;
}

.site .title a:hover {
color: black;
}

.site .title a.extra {
color: #aaa;
text-decoration: none;
margin-left: 1em;
}

.site .title a:hover {
.site .title a.extra:hover {
color: black;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Blog Posts</h1>
<h1>Interviews, Talks, Etc</h1>
<ul>
<li><span>09 Oct 2008</span> &raquo; <a href="http://www.infoq.com/interviews/preston-werner-powerset-github-ruby">InfoQ: Tom Preston-Werner on Powerset, GitHub, Ruby and Erlang</a></li>
<li><span>05 Jul 2008</span> &raquo; <a href="http://www.rubyology.com/podcasts/show/67">Rubyology 65: Powerset Stars 2 of 2<a></li>
<li><span>11 Jul 2008</span> &raquo; <a href="http://www.rubyology.com/podcasts/show/67">Rubyology 65: Powerset Stars 2 of 2<a></li>
<li><span>05 Jul 2008</span> &raquo; <a href="http://www.rubyology.com/podcasts/show/66">Rubyology 65: Powerset Stars 1 of 2<a></li>
<li><span>13 Jun 2008</span> &raquo; <a href="http://web20show.com/episodes/web20show-ep45-github">Web 2.0 Show: GitHub (Tom Preston-Werner &amp; Chris Wanstrath)</a></li>
<li><span>02 Jun 2008</span> &raquo; <a href="http://www.vimeo.com/1104583">Gregg Pollack: Dave Fayram and Tom Preston-Werner at RailsConf</a></li>
Expand Down

0 comments on commit 348c189

Please sign in to comment.