Search Blog

<%= form_tag(posts_path, :method => "get", id: "search-form", enforce_utf8: false) do %> <%= text_field_tag :search, params[:search], placeholder: "Search" %> <% end %>

Categories

<% @available_tags.any? %> <% @available_tags.each do |tag| %>

<%= link_to tag, tagged_url(:tag => tag) %>

<% end %>

Recent Posts

<% @recent_posts.each do |post| %>

<%= link_to post.title, post_path(post) %> Posted on <%= created_date_display(post) %>

<% end %>