X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35336cd73e444534cb2eda20e3730464cc4e6553..162d5c17961b6e5939f46f8c43dd1d854efc76c0:/doc/_includes/_webring.liquid diff --git a/doc/_includes/_webring.liquid b/doc/_includes/_webring.liquid index edcfedf2e0..602897b981 100644 --- a/doc/_includes/_webring.liquid +++ b/doc/_includes/_webring.liquid @@ -1,3 +1,9 @@ +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + {% assign n = 0 %} {% assign prev = "" %} {% assign nx = 0 %} @@ -8,9 +14,9 @@ {% if nx == 1 %}
{% if prev != "" %} - Previous: {{ prev.title }} + Previous: {{ prev.title }} {% endif %} - Next: {{ p.title }} + Next: {{ p.title }} {% assign nx = 0 %} {% assign n = 1 %} {% endif %} @@ -24,6 +30,6 @@ {% endfor %} {% if n == 0 && prev != "" %}
- Previous: {{ prev.title }} + Previous: {{ prev.title }} {% assign n = 1 %} {% endif %} \ No newline at end of file