Skip to content
Snippets Groups Projects
Commit 340fe624 authored by Erik Strand's avatar Erik Strand
Browse files

Fix order of links

parent 361ec1bc
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
title = "About Me"
date = "2018-09-10"
menu = "main"
weight = 1
+++
Hi there! My name is Erik Strand.
......
......@@ -2,6 +2,7 @@
title = "Final Project Idea"
date = "2018-09-12"
menu = "main"
weight = 2
+++
## The Analog Analogue Synthesizer
......
......@@ -2,6 +2,7 @@
title = "Dodeca-Connectas"
date = "2018-09-13"
menu = "main"
weight = 3
+++
## Laser Cut Construction Kit
......
......@@ -11,7 +11,7 @@
<nav>
<ul class="sidebar-nav">
<li><a href="{{ .Site.BaseURL }}">Home</a> </li>
{{ range .Site.Menus.main -}}
{{ range .Site.Menus.main.ByWeight -}}
<li><a href="{{.URL}}"> {{ .Name }} </a></li>
{{- end }}
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment