Remove defunct oEmbed converter service

This commit is contained in:
Danielle McLean 2024-03-13 19:04:35 +11:00
parent 625b5d963a
commit a680a6501c
Signed by: 00dani
GPG Key ID: 52C059C3B22A753E
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
{% extends 'lemoncurry/layout.html' %}
{% block head %}
<link rel="shortlink" href="{{ entry.short_url }}" />
<link rel="alternate" type="application/json+oembed" href="https://wirres.net/oembed/oembed/php?url={{ entry.absolute_url | urlencode }}" />
{% endblock %}
{% block styles %}