mirror of https://github.com/crossplane/docs.git
Merge pull request #117 from hasheddan/noindex-move
Do not index old documentation versions
This commit is contained in:
commit
bbebf01a6e
|
|
@ -16,10 +16,6 @@
|
|||
<meta name="twitter:description" content="Compose cloud infrastructure and services into custom platform APIs" />
|
||||
<meta name="twitter:image:src" content="https://crossplane.io/images/twitter-card_400x400.jpg" />
|
||||
|
||||
{% if currentVersion != latestVersion%}
|
||||
<meta name="robots" content="noindex">
|
||||
{% endif %}
|
||||
|
||||
{% include favicon.html %}
|
||||
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | relative_url }}" />
|
||||
|
|
|
|||
|
|
@ -28,6 +28,11 @@
|
|||
<meta name="twitter:description" content="Compose cloud infrastructure and services into custom platform APIs" />
|
||||
<meta name="twitter:image:src" content="https://crossplane.io/images/twitter-card_400x400.jpg" />
|
||||
|
||||
{% if currentVersion != latestVersion %}
|
||||
<!-- Do not index old documentation -->
|
||||
<meta name="robots" content="noindex">
|
||||
{% endif %}
|
||||
|
||||
{% include favicon.html %}
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue