Style Guide, and all markdown content styled
This commit is contained in:
parent
9931bd1ed2
commit
0df8994e5f
10 changed files with 194 additions and 57 deletions
|
@ -21,13 +21,13 @@
|
|||
|
||||
<body>
|
||||
<header class="masthead">
|
||||
<img src="{{ site.avatar }}" class="avatar" />
|
||||
<a href="/" class="site-name"><img src="{{ site.avatar }}" class="avatar" /></a>
|
||||
<a href="/" class="site-name">{{ site.name }}</a>
|
||||
<p class="site-description">{{ site.description }}</p>
|
||||
|
||||
<nav>
|
||||
<a href="/">Blog</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/about">About Me</a>
|
||||
</nav>
|
||||
|
||||
<div style="clear:both;"></div>
|
||||
|
|
|
@ -3,7 +3,8 @@ layout: default
|
|||
---
|
||||
|
||||
<article class="page">
|
||||
<header><h1>{{ page.title }}</h1></header>
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<div class="entry">
|
||||
{{ content }}
|
||||
|
|
|
@ -7,11 +7,15 @@ layout: default
|
|||
<h1>{{ page.title }}</h1>
|
||||
</header>
|
||||
|
||||
<div class="date">
|
||||
{{ page.date | date: "%B %e, %Y" }}
|
||||
</div>
|
||||
|
||||
<div class="entry">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<section id="comments">
|
||||
<div class="comments">
|
||||
{% include disqus.html disqus_identifier=page.disqus_identifier %}
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue