--- title: C++ tips layout: main group: "navigation" --- {% if site.posts.size == 0 %}

Sorry, there're no posts yet.


{% else %} {% for post in paginator.posts %}

{{ post.title }}

{{ post.excerpt }}
Read More 
  Posted on {{ post.date | date_to_long_string }}

{% endfor %}
{% include pagination.html %}
{% endif %}