Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Community Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bio-IT
Community Documentation
Commits
18377806
Commit
18377806
authored
5 years ago
by
Silvio Giebl
Browse files
Options
Downloads
Patches
Plain Diff
Fixed missing closing div in default.html, formatting
parent
ee8b901b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_layouts/default.html
+27
-26
27 additions, 26 deletions
_layouts/default.html
with
27 additions
and
26 deletions
_layouts/default.html
+
27
−
26
View file @
18377806
...
...
@@ -25,13 +25,13 @@ layout: table_wrappers
<div
class=
"main-content"
>
<div
class=
"page-header js-page-header"
>
{% if site.search_enabled != false %}
<div
class=
"search"
>
<div
class=
"search-input-wrap"
>
<input
type=
"text"
class=
"js-search-input search-input"
tabindex=
"0"
placeholder=
"Search {{ site.title }}"
aria-label=
"Search {{ site.title }}"
autocomplete=
"off"
>
<svg
width=
"14"
height=
"14"
viewBox=
"0 0 28 28"
xmlns=
"http://www.w3.org/2000/svg"
class=
"search-icon"
><title>
Search
</title><g
fill-rule=
"nonzero"
><path
d=
"M17.332 20.735c-5.537 0-10-4.6-10-10.247 0-5.646 4.463-10.247 10-10.247 5.536 0 10 4.601 10 10.247s-4.464 10.247-10 10.247zm0-4c3.3 0 6-2.783 6-6.247 0-3.463-2.7-6.247-6-6.247s-6 2.784-6 6.247c0 3.464 2.7 6.247 6 6.247z"
/><path
d=
"M11.672 13.791L.192 25.271 3.02 28.1 14.5 16.62z"
/></g></svg>
<div
class=
"search"
>
<div
class=
"search-input-wrap"
>
<input
type=
"text"
class=
"js-search-input search-input"
tabindex=
"0"
placeholder=
"Search {{ site.title }}"
aria-label=
"Search {{ site.title }}"
autocomplete=
"off"
>
<svg
width=
"14"
height=
"14"
viewBox=
"0 0 28 28"
xmlns=
"http://www.w3.org/2000/svg"
class=
"search-icon"
><title>
Search
</title><g
fill-rule=
"nonzero"
><path
d=
"M17.332 20.735c-5.537 0-10-4.6-10-10.247 0-5.646 4.463-10.247 10-10.247 5.536 0 10 4.601 10 10.247s-4.464 10.247-10 10.247zm0-4c3.3 0 6-2.783 6-6.247 0-3.463-2.7-6.247-6-6.247s-6 2.784-6 6.247c0 3.464 2.7 6.247 6 6.247z"
/><path
d=
"M11.672 13.791L.192 25.271 3.02 28.1 14.5 16.62z"
/></g></svg>
</div>
<div
class=
"js-search-results search-results-wrap"
></div>
</div>
<div
class=
"js-search-results search-results-wrap"
></div>
</div>
{% endif %}
{% if site.aux_links != nil %}
<ul
class=
"list-style-none text-small aux-nav"
>
...
...
@@ -64,28 +64,29 @@ layout: table_wrappers
{{ content }}
{% endif %}
{% if page.has_children == true and page.has_toc != false %}
<hr>
<h2
class=
"text-delta"
>
Table of contents
</h2>
{% assign children_list = site.pages | sort:"nav_order" %}
<ul>
{% for child in children_list %}
{% if child.parent == page.title and child.title != page.title %}
<li>
<a
href=
"{{ child.url | absolute_url }}"
>
{{ child.title }}
</a>
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% if page.has_children == true and page.has_toc != false %}
<hr>
<h2
class=
"text-delta"
>
Table of contents
</h2>
{% assign children_list = site.pages | sort:"nav_order" %}
<ul>
{% for child in children_list %}
{% if child.parent == page.title and child.title != page.title %}
<li>
<a
href=
"{{ child.url | absolute_url }}"
>
{{ child.title }}
</a>
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% if site.footer_content != nil %}
<hr>
<footer
role=
"contentinfo"
>
<p
class=
"text-small text-grey-dk-000 mb-0"
>
{{ site.footer_content }}
</p>
</footer>
{% endif %}
{% if site.footer_content != nil %}
<hr>
<footer
role=
"contentinfo"
>
<p
class=
"text-small text-grey-dk-000 mb-0"
>
{{ site.footer_content }}
</p>
</footer>
{% endif %}
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment