IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
RIT Open Programs Website
Commits
d7f673dd
Commit
d7f673dd
authored
Jun 13, 2022
by
Amy Rose
Browse files
use subnav in projects pages
parent
55958611
Pipeline
#788
passed with stage
in 3 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_layouts/base.html
View file @
d7f673dd
...
...
@@ -69,9 +69,10 @@ layout: default
{% endfor %}
</div>
{% endif %}
{% if page.subnav %}
{% assign subnav = page.subnav | default: layout.subnav %}
{% if subnav %}
<div
id=
"toc"
>
{% for header in
page.
subnav %}
{% for header in subnav %}
{% assign header_link = header.link | default: "#" | relative_url %}
<a
href=
"{{ header_link }}"
...
...
_layouts/project.html
View file @
d7f673dd
...
...
@@ -12,6 +12,17 @@ breadcrumbs:
path: /our-work/fellows-projects
- name: "{{ page.name }}"
path: "{{ page.url }}"
subnav:
- name: Our Work and Projects
link: /our-work
sections:
- LibreCorps Team
- Mystic
- World Around You
- Conceptual Mismatches
- name: Our Fellows' Projects
link: /our-work/fellows-projects
---
<div
id=
"project-content"
class=
"hidden"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment