Skip to content

Commit

Permalink
Merge pull request #285 from nordic-rse/radovan/redirect-links
Browse files Browse the repository at this point in the history
Redirect links to point to more useful pages
  • Loading branch information
bast authored Aug 31, 2021
2 parents 20beaea + 7ca8c18 commit e5a218a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions content/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
+++
+++
5 changes: 5 additions & 0 deletions content/about/code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Code of Conduct"
+++

We are in the process of drafting one. Coming soon ...
6 changes: 3 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="{{ config.base_url | safe }}/association/">Governance</a>
<a class="dropdown-item" href="{{ config.base_url | safe }}/communities/local/">Code of Conduct</a>
<a class="dropdown-item" href="{{ config.base_url | safe }}/communities/finland/">Contact</a>
<a class="dropdown-item" href="{{ config.base_url | safe }}/about/code-of-conduct/">Code of Conduct</a>
<a class="dropdown-item" href="{{ config.base_url | safe }}/communities/members/">Contact</a>
</div>
</li>

Expand Down Expand Up @@ -111,7 +111,7 @@

<!-- Join us -->
<li class="nav-item">
<a class="nav-link" href="{{ config.base_url | safe }}/blog/">Join us</a>
<a class="nav-link" href="https://forms.gle/qCVVRGXPi3Hq7inW6">Join us</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit e5a218a

Please sign in to comment.