Created
June 6, 2010 19:36
-
-
Save ncr/427820 to your computer and use it in GitHub Desktop.
Blogist Templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<title>Nice templates Wanted ;)</title> | |
<h1>Are you a graphic designer?</h1> | |
<p>Fork this gist and contribute a better layout</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<title><%= title %></title> | |
<h1><%= title %></h1> | |
<% gists.each do |gist| %> | |
<article> | |
<h2><%= gist.title %></h2> | |
<%= gist.body %> | |
</article> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment