Frontend: Dropped the Calckey part from the name
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
7c871cd886
commit
c09188fa9c
|
@ -23,14 +23,14 @@
|
||||||
<link rel="stylesheet" href="assets/{{ css }}">
|
<link rel="stylesheet" href="assets/{{ css }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<meta name="description" content="{% if description %}{{ description }}{% else %}Calckey Magnetar, an open source social media platform{% endif %}">
|
<meta name="description" content="{% if description %}{{ description }}{% else %}Magnetar, an open source social media platform{% endif %}">
|
||||||
|
|
||||||
{% if not robots %}
|
{% if not robots %}
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<meta name="og:title" content="{{ title | capitalize }}">
|
<meta name="og:title" content="{{ title | capitalize }}">
|
||||||
<meta name="og:description" content="{% if description %}{{ description }}{% else %}Calckey Magnetar, an open source social media platform{% endif %}">
|
<meta name="og:description" content="{% if description %}{{ description }}{% else %}Magnetar, an open source social media platform{% endif %}">
|
||||||
<meta name="og:image" content="{% if image %}{{ image }}{% else %}/static-assets/favicon.png{% endif %}">
|
<meta name="og:image" content="{% if image %}{{ image }}{% else %}/static-assets/favicon.png{% endif %}">
|
||||||
<meta name="og:image:alt" content="{% if image_alt %}{{ image_alt }}{% else %}The instance's logo{% endif %}">
|
<meta name="og:image:alt" content="{% if image_alt %}{{ image_alt }}{% else %}The instance's logo{% endif %}">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue