Merge pull request #19903 from ktoso/wip-rel-links-ktoso
+doc #19844 rel links to "current" on each page
This commit is contained in:
commit
fe7fa2bdb3
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@
|
|||
{% block relbar2 %}{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
<!-- Akka release version-->
|
||||
<!-- Hint to search engines that the "canonical" page is under "current", which will boost it appearing in search results -->
|
||||
<link rel="canonical" href="http://akka.io/docs/akka/current/{{ pagename }}.html" />
|
||||
|
||||
{%- if include_analytics %}
|
||||
<!--Google Analytics-->
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue