diff options
Diffstat (limited to 'data/menu.yaml')
-rw-r--r-- | data/menu.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/menu.yaml b/data/menu.yaml index d1d93cc..475a89d 100644 --- a/data/menu.yaml +++ b/data/menu.yaml @@ -1,4 +1,5 @@ --- +# left-aligned navbar menu entries start: - id: "about" href: "/about/" @@ -16,6 +17,9 @@ start: # href: "/links/" # name: "Links" # help: "Links" + +# right-aligned navbar menu entries +# (these are usually icon-only) end: - id: "github" href: "https://github.com/pablotron" |