basic public RSS feed for profiles (#2229)
* web: initial implementation of profile RSS feed * re-work RSS feed to use DID in URL, not handle Shouldn't have RSS feeds break when folks change handle. * rss: tweak XML
This commit is contained in:
parent
edc6bdb4d6
commit
3e3a72a366
3 changed files with 103 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
{% endif %}
|
||||
<meta name="twitter:label1" content="Account DID">
|
||||
<meta name="twitter:value1" content="{{ profileView.Did }}">
|
||||
<link rel="alternate" type="application/rss+xml" href="/profile/{{ profileView.Did }}/rss">
|
||||
{% endif -%}
|
||||
{%- endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue