Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ host: 0.0.0.0
collections:
chapters:
output: true
permalink: /chapter/:path/
permalink: /chapter/:path
teams:
output: true
permalink: /team/:path/
permalink: /team/:path
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href=/teams/ id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<a class="nav-link dropdown-toggle" href='/teams' id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Teams
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href=/teams/>All Teams</a>
<a class="dropdown-item" href='/teams'>All Teams</a>
{% assign teams = site.teams | sort: "order" %}
{% for team in teams %}
<a class="dropdown-item" href="{{ team.url }}">{{ team.headerMenuName }}</a>
Expand Down
2 changes: 1 addition & 1 deletion content/donate.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /donate/
permalink: /donate
layout: donate
title: Solar Chapter - Donate
metadataImage: |
Expand Down
2 changes: 1 addition & 1 deletion content/teams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /teams/
permalink: /teams
layout: teams
title: Solar Chapter - Teams
# Content
Expand Down