site/jekyll/_layouts/post.html (18 lines of code) (raw):

--- layout: default sectionid: blog --- <section class="content wrap blogContent"> {% include nav_blog.html %} <div class="inner-content"> <h1>{{ page.title }}</h1> <p class="meta">{{ page.date | date: "%B %e, %Y" }} by {{ page.author }}</p> <hr> <div class="post"> {{ content }} </div> <div class="fb-like" data-send="true" data-width="650" data-show-faces="false"></div> <h2>Comments</h2> <div class="fb-comments" data-width="650" data-num-posts="10" data-href="http://reactjs.net{{ page.url }}" data-order-by="reverse_time"></div> </div> </section>