FEATURE: add Open Graph tags on category pages

This commit is contained in:
Arpit Jalan 2015-07-30 19:29:01 +05:30
parent 5a0dc12733
commit 10c40775e5

View File

@ -49,6 +49,8 @@
<% if @category %>
<% content_for :head do %>
<%= auto_discovery_link_tag(:rss, { action: :category_feed }, title: t('rss_topics_in_category', category: @category.name)) %>
<%= crawlable_meta_data(title: @category.name,
description: @category.description) %>
<% end %>
<% end %>