We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f500751 commit 7a50f1cCopy full SHA for 7a50f1c
1 file changed
_includes/metadata.html
@@ -1,7 +1,7 @@
1
-<meta name="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines }}{% endif %}">
2
-<meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}">
+<meta name="description" content="{{ content | strip_html | strip_newlines }}">
+<meta name="keywords" content="{{ page.category }}">
3
{% if page.title %}
4
-<meta name="name" content="{{ image.name }}">
+<meta name="name" content="{{ page.title }}">
5
{% endif %}
6
<meta name="thumbnail" content="http://singularity.lbl.gov/images/logo/logo.svg">
7
{% if page.targz %}
0 commit comments