Enable simple entry pagination - each h-feed page has a rel=next pointing to the next page of the feed, but there's no visible link yet
This commit is contained in:
parent
ea241577f1
commit
2d2159ee58
5 changed files with 44 additions and 8 deletions
|
@ -10,6 +10,7 @@
|
|||
<link rel="canonical" href="{{ uri }}" />
|
||||
{% if atom %}<link rel="alternate" type="application/atom+xml" href="{% url atom %}" />{% endif %}
|
||||
{% if rss %}<link rel="alternate" type="application/rss+xml" href="{% url rss %}" /> {% endif %}
|
||||
{% if next %}<link rel="next" href="{{ next }}" />{% endif %}
|
||||
{% block head %}{% endblock %}
|
||||
|
||||
<link rel="authorization_endpoint" href="{{ origin }}{% url 'lemonauth:indie' %}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue