mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
12 lines
242 B
HTML
12 lines
242 B
HTML
---
|
|
layout: default
|
|
sectionid: blog
|
|
---
|
|
|
|
<section class="content wrap blogContent">
|
|
{% include nav_blog.html %}
|
|
<div class="inner-content">
|
|
{% include blog_post.html isPermalink="true" page=page content=content %}
|
|
</div>
|
|
</section>
|