We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a50f1c commit 34c4d5cCopy full SHA for 34c4d5c
1 file changed
_includes/metadata.html
@@ -1,5 +1,7 @@
1
<meta name="description" content="{{ content | strip_html | strip_newlines }}">
2
+{% if page.category %}
3
<meta name="keywords" content="{{ page.category }}">
4
+{% endif %}
5
{% if page.title %}
6
<meta name="name" content="{{ page.title }}">
7
{% endif %}
0 commit comments