FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
github-slideshow/index.html at master · leo-daniel/github-slideshow · GitHub
leo-daniel
/
github-slideshow
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
github-slideshow
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (12 loc) · 352 Bytes
Breadcrumbs
github-slideshow
/
index.html
Copy path
File metadata and controls
executable file
·
13 lines (12 loc) · 352 Bytes
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
---
layout: presentation
---
{% for post in site.posts reversed %}
{% include slide.html %}
<
div
class
="
page-break
"
>
</
div
>
{% endfor %}
{% unless site.simple-slideshow %}
{% if site.overview %}
<
section
id
="
overview
"
class
="
step
"
{%
for
attr
in
site.overview-data
%}
data-{{attr[0]}}
="
{{attr[1]}}
"
{%
endfor
%}
>
</
section
>
{% endif %}
{% endunless %}
Back
|
FazBrowse Home
|
New Git URL