Articles about task management and productivity
Latest blog posts and articles from our blog
<% for post in @posts %>
<%= link_to post.title, post.url %>
<%= t('txt.home.blog_post_info', :on => l(post.date, :format => :cute_long), :in => wp_categories_links(post.categories)) %>
<% end %>
<%= small_button(t('txt.home.see_other_posts'), blog_url) %>
<% if @featured_articles.present? || @articles.present? %>
Articles about productivity, to-do lists, task lists and being organized
<% for article in @featured_articles %>
<%= link_to article.title, article %>
<%= t('txt.resources.published_on', :date => l(article.date.to_time, :format => :cute_long)) %>
<% end %>
<% for article in @articles %>
<%= link_to article.title, article %>
<% end %>
<% end %>