forked from 00dani/lemoncurry
Support oEmbed using the wirres.net mf2-to-oEmbed proxy :3
This commit is contained in:
parent
c40372a020
commit
70d4579448
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
{% extends 'lemoncurry/layout.html' %}
|
||||
{% load static %}
|
||||
{% load absolute_url static %}
|
||||
|
||||
{% block head %}
|
||||
<link rel="amphtml" href="{{ entry.amp_url }}" />
|
||||
<link rel="shortlink" href="{{ entry.short_url }}" />
|
||||
<link rel="alternate" type="application/json+oembed" href="https://wirres.net/oembed/oembed.php?url={{ uri | absolute_url | urlencode }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
|
|
Loading…
Reference in a new issue