Skip to content

Commit

Permalink
patch: nav order tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidg3 committed Jul 21, 2024
1 parent 70c7dfd commit 9b754e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/_includes/widgets/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<a href="{{ '/search/' | url }}" title="Search the site">{{ mdiSearch() }}</a>
<a href="{{ '/getting-started/' | url }}" class="btn-text">Getting Started</a>
<a href="{{ '/ideology/' | url }}" class="btn-text">Ideology</a>
<a href="{{ '/concepts/' | url }}" class="btn-text">Concepts</a>
<a href="{{ '/training/' | url }}" class="btn-text">Training</a>
<a href="{{ '/concepts/' | url }}" class="btn-text">Concepts</a>
<a href="{{ '/help/' | url }}" class="btn-text">Help</a>
</li>
{% for topLink in mainNavData.links %}
Expand Down
6 changes: 5 additions & 1 deletion src/pages/ideology/clean-code.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Clean Code 🫧

Coming soon...

<a href="https://forms.gle/2ZMtwUxg1egV8sHT8" class="btn">Request Documentation</a>

<a href="https://forms.gle/2ZMtwUxg1egV8sHT8" class="btn">Request Documentation</a>
<div class="grid-buttons">
<a class="btn" href="{{ '/training/' | url }}">Training</a>
</div>

0 comments on commit 9b754e7

Please sign in to comment.