Page MenuHomePhorge

_tag_activity.xml.eex
No OneTemporary

Size
520 B
Referenced Files
None
Subscribers
None

_tag_activity.xml.eex

<item>
<title><%= activity_title(@data, Keyword.get(@feed_config, :post_title, %{})) %></title>
<guid isPermalink="true"><%= activity_context(@activity) %></guid>
<link><%= activity_context(@activity) %></link>
<pubDate><%= to_rfc2822(@data["published"]) %></pubDate>
<description><%= activity_description(@data) %></description>
<%= for attachment <- @data["attachment"] || [] do %>
<enclosure url="<%= attachment_href(attachment) %>" type="<%= attachment_type(attachment) %>"/>
<% end %>
</item>

File Metadata

Mime Type
text/html
Expires
Tue, Jan 20, 1:08 PM (13 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
961166
Default Alt Text
_tag_activity.xml.eex (520 B)

Event Timeline