reorganized css, changed typography, layout fixes
This commit is contained in:
parent
55b8d5dc3f
commit
6b9c3af4b5
8 changed files with 34 additions and 33 deletions
|
@ -79,7 +79,7 @@ google_analytics: true
|
|||
Status updating...
|
||||
#footer
|
||||
.page_width
|
||||
= "Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} | "
|
||||
Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} -
|
||||
%span.credit Powered by <a href="http://github.com/imathis/octopress/">Octopress</a>
|
||||
- if page.respond_to? :disqus_short_name
|
||||
//Disqus Commens code
|
||||
|
|
|
@ -7,8 +7,8 @@ title: Blog
|
|||
.article
|
||||
%h2= link_to(post.title, post.url, {:class=>"title"})
|
||||
= post.content
|
||||
.footer
|
||||
- if page.respond_to? :disqus_short_name
|
||||
- if page.respond_to? :disqus_short_name
|
||||
.footer
|
||||
- if post.data["comments_off"]
|
||||
%em.comments_off Comments disabled
|
||||
- else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue