diff --git a/landing.bryanroessler.com/index.html b/landing.bryanroessler.com/index.html index 5720c40..f2d4535 100644 --- a/landing.bryanroessler.com/index.html +++ b/landing.bryanroessler.com/index.html @@ -5,69 +5,4 @@ subtitle: Ordo ab chao use-site-title: false --- - -
- {% for post in paginator.posts %} -
- -

{{ post.title }}

- - {% if post.subtitle %} -

- {{ post.subtitle }} -

- {% endif %} -
- - - -
- {% if post.image %} -
- - - -
- {% endif %} -
- {{ post.excerpt | strip_html | xml_escape | truncatewords: site.excerpt_length }} - {% assign excerpt_word_count = post.excerpt | number_of_words %} - {% if post.content != post.excerpt or excerpt_word_count > site.excerpt_length %} - [Read More] - {% endif %} -
-
- - -
- -{% if paginator.total_pages > 1 %} - -{% endif %} +This is a placeholder for my landing page text.