File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
<#import "/templates/template.ftl" as tmpl >
2
2
3
- <@tmpl.page current="blog" title="Blog archive" >
3
+ <@tmpl.page current="blog" title="Blog archive" noindex=true >
4
4
5
5
<div class =" container mt-5 kc-article" >
6
6
<h1 >Blog Archive</h1 >
Original file line number Diff line number Diff line change 1
- User-agent: *
2
- Disallow: /archive/
3
- Disallow: /blog-archive.html
4
- Disallow: /blog-archive
5
- Disallow: /downloads-archive.html
6
- Disallow: /downloads-archive
1
+ User-agent: *
Original file line number Diff line number Diff line change 2
2
3
3
<#if archive >
4
4
<#assign docRoot = "${root}docs/${version.version}" >
5
+ <#assign docApiRoot = "${root}docs-api/${version.version}" >
5
6
<#else >
6
7
<#assign docRoot = "${root}docs/latest" >
8
+ <#assign docApiRoot = "${root}docs-api/latest" >
7
9
</#if >
8
10
9
11
<table class =" table table-bordered table-striped" >
106
108
<tbody >
107
109
<tr >
108
110
<td >
109
- <a href =" ${root}docs-api/${version.version }/javadocs/index.html" target =" _blank" >
111
+ <a href =" ${docApiRoot }/javadocs/index.html" target =" _blank" >
110
112
JavaDoc
111
113
</a >
112
114
</td >
116
118
</tr >
117
119
<tr >
118
120
<td >
119
- <a href =" ${root}docs-api/${version.version }/rest-api/index.html" target =" _blank" >
121
+ <a href =" ${docApiRoot }/rest-api/index.html" target =" _blank" >
120
122
Administration REST API
121
123
</a >
122
124
</td >
You can’t perform that action at this time.
0 commit comments