Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Erik Strand
how_to_make
Commits
340fe624
Commit
340fe624
authored
Sep 14, 2018
by
Erik Strand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix order of links
parent
361ec1bc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
content/00_about.md
content/00_about.md
+1
-0
content/01_final_project_idea.md
content/01_final_project_idea.md
+1
-0
content/02_dodeca_connectas.md
content/02_dodeca_connectas.md
+1
-0
layouts/partials/sidebar.html
layouts/partials/sidebar.html
+1
-1
No files found.
content/00_about.md
View file @
340fe624
...
...
@@ -2,6 +2,7 @@
title = "About Me"
date = "2018-09-10"
menu = "main"
weight = 1
+++
Hi there! My name is Erik Strand.
...
...
content/01_final_project_idea.md
View file @
340fe624
...
...
@@ -2,6 +2,7 @@
title = "Final Project Idea"
date = "2018-09-12"
menu = "main"
weight = 2
+++
## The Analog Analogue Synthesizer
...
...
content/02_dodeca_connectas.md
View file @
340fe624
...
...
@@ -2,6 +2,7 @@
title = "Dodeca-Connectas"
date = "2018-09-13"
menu = "main"
weight = 3
+++
## Laser Cut Construction Kit
...
...
layouts/partials/sidebar.html
View file @
340fe624
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
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