| layout | default |
|---|---|
| title | BrainTool Posts and Case Studies |
| description | Control your browser with BrainTool, don't let it control you. Free and private. Download now! |
| audience | nonuser |
-
{% for post in site.posts %}
{% if post.image %}
{% endif %}
| {% if post.content contains "" %} {% assign extract = post.content | split: "" | last | split: "" | first | strip_html %} {{ extract }} {% else %} {{ post.excerpt | strip_html }} {% endif %} |
|
{% endfor %}
{% comment %}
{% if post.image %}
{% endif %}
{% endcomment %}