Created
March 27, 2012 08:22
-
-
Save mattintosh4/2213960 to your computer and use it in GitHub Desktop.
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
<!-- GitHub ならコードをハイライトしてくれます --> | |
<body class=" | |
<%- if:page_name eq 'article' %>pagename_article<% /if # page_name eq 'article' -%> | |
<%- if:page_name eq 'index' %>pagename_index<% /if # page_name eq 'index' %>"> |
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
body{ | |
font-size:12px; | |
background-color:rgb(95%,95%,95%); | |
} |
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
<article> | |
<header> | |
<h1>Gistのサンプル</h1> | |
</header> | |
<p>GitHubのGistを使ったサンプルです。とても面白いです。</p> | |
</article> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment