FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
2020.code4lib.org/_includes/schedule_nav.html at main · code4lib/2020.code4lib.org · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
code4lib
/
2020.code4lib.org
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
7
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
2020.code4lib.org
/
_includes
/
schedule_nav.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (18 loc) · 818 Bytes
Breadcrumbs
2020.code4lib.org
/
_includes
/
schedule_nav.html
Copy path
File metadata and controls
19 lines (18 loc) · 818 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
14
15
16
17
18
19
<
div
class
="
row
"
>
<
div
class
="
col-md-6 offset-md-4
"
>
<
nav
aria-label
="
Page navigation
"
>
<
ul
class
="
pagination
"
>
<
li
{%
if
include.param
== "
day1
"
%}
class
="
active page-item
"
{%
endif
%}
>
<
a
href
="
/schedule/day-1
"
class
="
page-link
"
>
Day 1
</
a
>
</
li
>
<
li
{%
if
include.param
== "
day2
"
%}
class
="
active page-item
"
{%
endif
%}
>
<
a
href
="
/schedule/day-2
"
class
="
page-link
"
>
Day 2
</
a
>
</
li
>
<
li
{%
if
include.param
== "
day3
"
%}
class
="
active page-item
"
{%
endif
%}
>
<
a
href
="
/schedule/day-3
"
class
="
page-link
"
>
Day 3
</
a
>
</
li
>
</
ul
>
</
nav
>
</
div
>
</
div
>
<
div
class
="
row
"
>
<
div
class
="
col-md-12
"
>
{% if side.data.conf.show-daily-menus %}
<
a
href
="
/schedule/food/{{ include.param }}-menus.html
"
class
="
btn btn-warning
"
>
View Daily Menus
</
a
>
{% endif %}
</
div
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL