--- layout: page title: Blog description: "News and updates related to Start Bootstrap and articles showcasing content and ideas related to the Bootstrap framework" meta-title: "Blog" meta-description: "Start Bootstrap's official blog and article library. A great place to find Bootstrap tips and the latest updates to Start Bootstrap!" redirect_from: - /articles/ - /articles/index.html - /articles/page2/ - /articles/page3/ - /articles/page4/ ---
{% for post in paginator.posts %}
{% if post.preview-image %} {% else %} {% endif %}

{{ post.title }}

{{ post.date | date: "%b %-d, %Y" }}

{{ post.excerpt | strip_html | truncatewords: 30 }}

Read Post →
{% endfor %} {% if paginator.total_pages > 1 %}
{% endif %}