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