We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cc9db commit 683a426Copy full SHA for 683a426
templates/includes/head.html
@@ -7,6 +7,13 @@
7
<meta name="Copyright" content="" />
8
<meta name="keywords" content="open-source, valkey" />
9
<meta property="og:image" content="/img/valkey-logo-og.png" />
10
+ {% if page and page.extra and page.extra.custom_meta%}
11
+ {{ page.extra.custom_meta | safe }}
12
+ {% endif %}
13
+ {% if section and section.extra and section.extra.custom_meta%}
14
+ {{ section.extra.custom_meta | safe }}
15
16
+
17
{% if page and page.description %}<meta name="description" content="{{ page.description}}" />
18
{% elif section and section.description %}<meta name="description" content="{{ section.description}}" />{% endif %}
19
0 commit comments