about summary refs log tree commit diff
path: root/app/views/tags/show.html.haml
diff options
context:
space:
mode:
authorGreg V <greg@unrelenting.technology>2017-01-06 18:08:40 +0300
committerGreg V <greg@unrelenting.technology>2017-01-06 18:10:10 +0300
commit18deeb9db58391ed9ecb4d4d48ae47acb3e7fb46 (patch)
tree480423db209c0c06ec58dd52a26ded04bd066447 /app/views/tags/show.html.haml
parent92bd5f62f6d8bd0e4d5886a9092448d686fb4cfa (diff)
Add Microformats2 markup
h-feed, h-card and h-entry
Diffstat (limited to 'app/views/tags/show.html.haml')
-rw-r--r--app/views/tags/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml
index dd42fe22c..412ec4fa5 100644
--- a/app/views/tags/show.html.haml
+++ b/app/views/tags/show.html.haml
@@ -2,7 +2,7 @@
   .accounts-grid
     = render partial: 'accounts/nothing_here'
 - else
-  .activity-stream
+  .activity-stream.h-feed
     = render partial: 'stream_entries/status', collection: @statuses, as: :status, cached: true
 
 .pagination