We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907790f commit 82b5ca3Copy full SHA for 82b5ca3
_includes/head.html
@@ -11,7 +11,7 @@
11
<meta property="og:title" content="{% if page.title %}RESTHeart - {{ page.title }}{% else %}{{ site.title }}{% endif %}">
12
<meta property="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
13
<meta property="og:locale" content="en">
14
- {% if page.docs_version != null and page.docs_version != 8 %}
+ {% if page.docs_version != null and page.docs_version != 9 %}
15
<!-- avoid search engine indexing of old documentation pages -->
16
<meta name="robots" content="noindex,nofollow">
17
{% endif %}
0 commit comments