You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
563 B
21 lines
563 B
---
|
|
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>
|
|
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="{{ site.url }}{{ site.baseurl }}{{ page.url }}"></div>
|
|
</div>
|
|
</section>
|
|
|