diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-06 13:57:34 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-06 16:13:52 +0000 |
| commit | 5e3810532c740ddb691cd4dec67909af9ae7b7c5 (patch) | |
| tree | 47d6017e451805de92f7d0b3a1f2c6a7cc80dbe5 /build | |
| parent | make logo clickable (diff) | |
| parent | bugfixes (diff) | |
| download | mmm-5e3810532c740ddb691cd4dec67909af9ae7b7c5.tar.gz mmm-5e3810532c740ddb691cd4dec67909af9ae7b7c5.zip | |
Merge branch 'portfolio'
Diffstat (limited to 'build')
| -rw-r--r-- | build/layout.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/layout.moon b/build/layout.moon index 428ca6f..7985371 100644 --- a/build/layout.moon +++ b/build/layout.moon @@ -48,6 +48,7 @@ logo = svg { } aside { navigate_to '/about', 'about me' + navigate_to '/portfolio', 'portfolio' navigate_to '/games', 'games' navigate_to '/projects', 'other' a { |
