FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
liquidjava-docs/_layouts/default.html at main · liquid-java/liquidjava-docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
liquid-java
/
liquidjava-docs
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
liquidjava-docs
/
_layouts
/
default.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (44 loc) · 1.61 KB
Breadcrumbs
liquidjava-docs
/
_layouts
/
default.html
Copy path
File metadata and controls
49 lines (44 loc) · 1.61 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: table_wrappers
---
<!DOCTYPE html
>
<
html
lang
="
{{ site.lang | default: 'en-US' }}
"
>
{% include head.html %}
<
body
>
<
a
class
="
skip-to-main
"
href
="
#main-content
"
>
Skip to main content
</
a
>
{% include icons/icons.html %}
{% if page.nav_enabled == true %}
{% include components/sidebar.html %}
{% elsif layout.nav_enabled == true and page.nav_enabled == nil %}
{% include components/sidebar.html %}
{% elsif site.nav_enabled != false and layout.nav_enabled == nil and page.nav_enabled == nil %}
{% include components/sidebar.html %}
{% endif %}
<
div
class
="
main
"
id
="
top
"
>
{% include components/header.html %}
<
div
class
="
main-content-wrap
"
>
{% include components/breadcrumbs.html %}
<
div
id
="
main-content
"
class
="
main-content
"
>
<
main
>
{% if site.heading_anchors != false %}
{% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="
<
svg
viewBox
=
\
"0 0 16 16\" aria-hidden=\"true\"
>
<
use
xlink:href
=
\
"#svg-link\"
>
</
use
>
</
svg
>
" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %}
{% else %}
{{ content }}
{% endif %}
{% include auto_child_cards.html %}
{% if page.has_toc != false %}
{% include components/children_nav.html %}
{% endif %}
</
main
>
{% include components/footer.html %}
</
div
>
</
div
>
{% if site.search_enabled != false %}
{% include components/search_footer.html %}
{% endif %}
</
div
>
{% if site.mermaid %}
{% include components/mermaid.html %}
{% endif %}
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL