Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
CSE 373
21au
website
Commits
313d5f0a
Commit
313d5f0a
authored
5 years ago
by
Kevin Lin
Browse files
Options
Downloads
Patches
Plain Diff
_layouts: Backport changes from Just the Docs v0.2.6
parent
c98509af
No related branches found
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
+69
-55
69 additions, 55 deletions
_layouts/default.html
with
69 additions
and
55 deletions
_layouts/default.html
+
69
−
55
View file @
313d5f0a
---
layout: table_wrappers
---
<!DOCTYPE html>
<html
lang=
"{{ site.lang | default: "
en-US
"
}}"
>
{% include head.html %}
<body>
<div
class=
"page-wrap"
>
<div
class=
"side-bar"
>
<h1
class=
"site-title"
><a
href=
"{{ site.baseurl }}/"
>
{{ site.title }}
</a></h1>
<button
class=
"js-main-nav-trigger navigation-list-toggle btn btn-outline"
type=
"button"
data-text-toggle=
"Hide"
>
Menu
</button>
<div
class=
"site-header"
>
<a
href=
"{{ site.url }}{{ site.baseurl }}"
class=
"site-title lh-tight"
>
{% include title.html %}
</a>
<button
class=
"menu-button fs-3 js-main-nav-trigger"
data-text-toggle=
"Hide"
type=
"button"
>
Menu
</button>
</div>
<div
class=
"navigation main-nav js-main-nav"
>
{% include nav.html %}
{% if site.nav_links %}
{% if site.nav_links
!= nil
%}
<nav
role=
"navigation"
aria-label=
"Secondary navigation"
>
{% for category in site.nav_links %}
<h2
class=
"navigation-header"
>
{{ category.first }}
</h2>
...
...
@@ -23,68 +29,76 @@
</nav>
{% endif %}
</div>
{% if site.footer %}
<footer
role=
"contentinfo"
class=
"site-footer"
>
{{ site.footer
}}
{% if site.
nav_
footer
_content != nil
%}
<footer
class=
"site-footer"
>
<p
class=
"text-small text-grey-dk-000 mb-4"
>
{{ site.
nav_
footer
_content }}
</p>
</footer>
{% endif %}
</div>
<div
class=
"main-content-wrap js-main-content"
tabindex=
"0"
>
<header
class=
"page-header"
>
<div
class=
"main-content"
>
{% if site.search_enabled %}
<div
class=
"search js-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=
"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>
<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 %}
<nav
class=
"js-aux-nav aux-nav"
>
{% endif %}
{% if site.aux_links != nil %}
<ul
class=
"list-style-none text-small aux-nav"
>
{% for link in site.aux_links %}
<li
class=
"d-inline-block my-0{% unless forloop.last %} mr-2{% endunless %}"
><a
href=
"{{ link.last }}"
>
{{ link.first }}
</a></li>
{% endfor %}
</ul>
{% endif %}
</div>
<div
class=
"page"
>
{% unless page.url == "/" %}
{% if page.parent %}
<nav
class=
"breadcrumb-nav"
>
<ol
class=
"breadcrumb-nav-list"
>
{% if page.grand_parent %}
<li
class=
"breadcrumb-nav-list-item"
><a
href=
"{{ first_level_url }}"
>
{{ page.grand_parent }}
</a></li>
<li
class=
"breadcrumb-nav-list-item"
><a
href=
"{{ second_level_url }}"
>
{{ page.parent }}
</a></li>
{% else %}
<li
class=
"breadcrumb-nav-list-item"
><a
href=
"{{ first_level_url }}"
>
{{ page.parent }}
</a></li>
{% endif %}
<li
class=
"breadcrumb-nav-list-item"
><span>
{{ page.title }}
</span></li>
</ol>
</nav>
{% endif %}
{% endunless %}
<div
id=
"main-content"
class=
"page-content"
role=
"main"
>
{% if site.heading_anchors != false %}
{% include vendor/anchor_headings.html html=content beforeHeading = "true" anchorBody="
<svg
class=
\"d-inline-block
v-align-middle
\"
viewBox=
\"0
0
16
16\"
version=
\"1.1\"
width=
\"18\"
height=
\"18\"
aria-hidden=
\"true\"
><path
fill-rule=
\"evenodd\"
d=
\"M4
9
h1v1H4c-1.5
0
-3-1.69-3-3.5S2.55
3
4
3
h4c1.45
0
3
1.69
3
3.5
0
1.41
-.91
2.72
-2
3.25
V8.59c.58-.45
1
-1.27
1
-2.09C10
5.22
8.98
4
8
4
H4c-.98
0
-2
1.22
-2
2.5
S3
9
4
9
zm9-3h-1v1h1c1
0
2
1.22
2
2.5
S13.98
12
13
12
H9c-.98
0
-2-1.22-2-2.5
0
-.83.42-1.64
1
-2.09V6.25c-1.09.53-2
1.84
-2
3.25
C6
11.31
7.55
13
9
13
h4c1.45
0
3
-1.69
3
-3.5S14.5
6
13
6
z
\"
></path></svg>
" anchorClass="anchor-heading" %}
{% else %}
{{ 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 link in site.aux_links %}
<li
class=
"d-inline-block my-0{% unless forloop.last %} mr-2{% endunless %}"
><a
href=
"{{ link.last }}"
>
{{ link.first }}
</a></li>
{% 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>
</nav>
{% endif %}
</div>
</header>
<main
class=
"main-content"
>
{% unless page.url == "/" %}
{% if page.parent %}
<nav
class=
"breadcrumb-nav"
>
<ol
class=
"breadcrumb-nav-list"
>
{% if page.grand_parent %}
<li
class=
"breadcrumb-nav-list-item"
><a
href=
"{{ first_level_url }}"
>
{{ page.grand_parent }}
</a></li>
<li
class=
"breadcrumb-nav-list-item"
><a
href=
"{{ second_level_url }}"
>
{{ page.parent }}
</a></li>
{% else %}
<li
class=
"breadcrumb-nav-list-item"
><a
href=
"{{ first_level_url }}"
>
{{ page.parent }}
</a></li>
{% endif %}
<li
class=
"breadcrumb-nav-list-item"
><span>
{{ page.title }}
</span></li>
</ol>
</nav>
{% endif %}
{% endunless %}
<div
id=
"main-content"
class=
"page-content"
role=
"main"
>
{{ content }}
{% 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>
{% 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>
</main>
</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