Skip to content

Commit 7a50f1c

Browse files
committed
fixing metadata tags to not be, um, empty
1 parent f500751 commit 7a50f1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/metadata.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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}}">
1+
<meta name="description" content="{{ content | strip_html | strip_newlines }}">
2+
<meta name="keywords" content="{{ page.category }}">
33
{% if page.title %}
4-
<meta name="name" content="{{ image.name }}">
4+
<meta name="name" content="{{ page.title }}">
55
{% endif %}
66
<meta name="thumbnail" content="http://singularity.lbl.gov/images/logo/logo.svg">
77
{% if page.targz %}

0 commit comments

Comments
 (0)