fix: add image us property for description
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<meta name="description" content="{{ org.name }}: {% translate 'Kontaktdaten und Tiere zur Adoption' %}">
|
||||
{% endblock %}
|
||||
{% block og_description %}
|
||||
<meta name="og:description" content="{{ org.name }}: {% translate 'Kontaktdaten und Tiere zur Adoption' %}">
|
||||
<meta property="og:description" content="{{ org.name }}: {% translate 'Kontaktdaten und Tiere zur Adoption' %}">
|
||||
{% endblock %}
|
||||
{% block canonical_url %}{% host %}{% url 'rescue-organization-detail' rescue_organization_id=org.id %}{% endblock %}
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "fellchensammlung/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load custom_tags %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}
|
||||
<title>{{ site_title }}</title>
|
||||
@@ -13,8 +14,9 @@
|
||||
<meta name="description" content="{{ site_description }}">
|
||||
{% endblock %}
|
||||
{% block og_description %}
|
||||
<meta name="og:description" content="{{ site_description }}">
|
||||
<meta property="og:description" content="{{ site_description }}">
|
||||
{% endblock %}
|
||||
{% block og_image %}<meta property="og:image" content="{% static 'fellchensammlung/img/link_preview.png' %}" />{% endblock %}
|
||||
{% block canonical_url %}{% host %}{{ canonical_url }}{% endblock %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user