--- layout: default ---

{{page.title}}

{{ content }} {%- if site.oceanic.homepage_blog_entries and site.oceanic.homepage_blog_entries > 0 -%}

Recent Blog Entries...

{%- if site.posts.size > 0 -%} {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
    {%- assign i = 0 -%} {%- for post in site.posts -%}
  1. {{ post.title | escape }}

    {{ post.excerpt }} Continue reading...
  2. {%- assign i = i | plus: 1 -%} {%- if i >= site.oceanic.homepage_blog_entries -%} {%- break -%} {%- endif -%} {%- endfor -%}
{%- else -%}

No entries... yet.

{%- endif -%} {%- endif -%}