Commit 692cd67e authored by Holger Levsen's avatar Holger Levsen
Browse files

include link to Testing Framework in all navigation elements and make it look like the other links

parent 7b6d0330
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
{% assign sorted_pages = site.pages | sort:"order" %}
<p class="text-center">
{% for page in sorted_pages %}{% if page.title and page.order > 0 %}<a class="btn btn-outline-primary m-2" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}{% endfor %}
<a class="btn btn-outline-primary m-2" href="https://tests.reproducible-builds.org/" target="_new">Testing framework</a>
</p>
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@
      </li>
      {% endif %}
      {% endfor %}
      <li class="nav-item">
      <a class="nav-link" href="https://tests.reproducible-builds.org/" target="_new">Testing framework</a>
    </li>
    </ul>
  </div>
</nav>
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
    {% endif %}
    {% endfor %}

    <li class="list-group-item rb-main-sidebar mt-3">
      <a href="https://tests.reproducible-builds.org/" target="_new" class="btn btn-sm btn-outline-primary">Testing framework</a>
    <li class="list-group-item rb-main-sidebar">
      <a href="https://tests.reproducible-builds.org/" target="_new" class="sidebar__link__darkGray">Testing framework</a>
    </li>
  </ul>
</div>