mirror of https://github.com/tdwg/dwc.git
Move all guides to root
That way these elements don't necessarily have to be a guide
This commit is contained in:
parent
68a71f2721
commit
03a4cc0f78
|
@ -12,10 +12,10 @@
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Guides</a>
|
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Guides</a>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
<a class="dropdown-item" href="{{ "/guides/simple/" | absolute_url }}">Simple Darwin Core</a>
|
<a class="dropdown-item" href="{{ "simple/" | absolute_url }}">Simple Darwin Core</a>
|
||||||
<a class="dropdown-item" href="{{ "/guides/xml/" | absolute_url }}">XML</a>
|
<a class="dropdown-item" href="{{ "xml/" | absolute_url }}">XML</a>
|
||||||
<a class="dropdown-item" href="{{ "/guides/rdf/" | absolute_url }}">RDF</a>
|
<a class="dropdown-item" href="{{ "rdf/" | absolute_url }}">RDF</a>
|
||||||
<a class="dropdown-item" href="{{ "/guides/text/" | absolute_url }}">Text</a>
|
<a class="dropdown-item" href="{{ "text/" | absolute_url }}">Text</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item ml-auto">
|
<li class="nav-item ml-auto">
|
||||||
|
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue