Move all guides to root

That way these elements don't necessarily have to be a guide
This commit is contained in:
Peter Desmet 2018-08-30 09:18:41 +12:00
parent 68a71f2721
commit 03a4cc0f78
21 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Guides</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="{{ "/guides/simple/" | absolute_url }}">Simple Darwin Core</a>
<a class="dropdown-item" href="{{ "/guides/xml/" | absolute_url }}">XML</a>
<a class="dropdown-item" href="{{ "/guides/rdf/" | absolute_url }}">RDF</a>
<a class="dropdown-item" href="{{ "/guides/text/" | absolute_url }}">Text</a>
<a class="dropdown-item" href="{{ "simple/" | absolute_url }}">Simple Darwin Core</a>
<a class="dropdown-item" href="{{ "xml/" | absolute_url }}">XML</a>
<a class="dropdown-item" href="{{ "rdf/" | absolute_url }}">RDF</a>
<a class="dropdown-item" href="{{ "text/" | absolute_url }}">Text</a>
</div>
</li>
<li class="nav-item ml-auto">

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB