FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
visualdiffer.github.com/_includes/content.html at main · visualdiffer/visualdiffer.github.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
visualdiffer
/
visualdiffer.github.com
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
visualdiffer.github.com
/
_includes
/
content.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (25 loc) · 1.03 KB
Breadcrumbs
visualdiffer.github.com
/
_includes
/
content.html
Copy path
File metadata and controls
26 lines (25 loc) · 1.03 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
<
section
class
="
relative
"
>
<
div
class
="
relative
"
>
<
div
class
="
flex flex-col gap-10 lg:flex-row
"
>
{% if (site.toc.type == 'js' and (page.noToc == null or page.noToc == false)) or page.fake_toc_title %}
<
aside
class
="
lg:w-72 lg:flex-none order-first
"
>
<
div
id
="
toc-container
"
class
="
sticky top-28 space-y-3 text-sm text-brand-900
"
>
{% if page.fake_toc_title %}
<
div
class
="
font-semibold text-brand-800
"
>
{{ page.fake_toc_title }}
</
div
>
{% else %}
<
div
class
="
font-semibold text-brand-800
"
>
On this page
</
div
>
{% endif %}
</
div
>
</
aside
>
{% endif %}
<
article
class
="
prose prose-lg max-w-none prose-a:text-brand-700 prose-a:font-semibold prose-a:no-underline hover:prose-a:text-brand-800 prose-strong:text-brand-800 prose-headings:text-slate-900
"
>
{% case site.toc.type %}
{% when 'plugin' %}
{{ content | toc_generate }}
{% else %}
{{ content }}
{% endcase %}
</
article
>
</
div
>
</
div
>
</
section
>
Back
|
FazBrowse Home
|
New Git URL