kopia lustrzana https://github.com/snarfed/bridgy-fed
13 wiersze
391 B
HTML
13 wiersze
391 B
HTML
{% extends "user_base.html" %}
|
|
{% set tab = "home" %}
|
|
{% set show_activity_actors = True %}
|
|
|
|
{% block subtabs %}
|
|
<div class="row">
|
|
Subscribe:
|
|
<a href="{{ user.user_page_path('feed?format=html') }}">HTML</a>
|
|
· <a href="{{ user.user_page_path('feed?format=atom') }}">Atom</a>
|
|
· <a href="{{ user.user_page_path('feed?format=rss') }}">RSS</a>
|
|
</div>
|
|
{% endblock subtabs %}
|