diff options
author | mms <michal@sapka.me> | 2024-04-14 21:11:05 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-14 21:11:05 +0200 |
commit | 611f78ae533bbf91104afc8904831dcccf0f0d90 (patch) | |
tree | 78695a643e2e01344e8bc8cdf92def1b5ae11cf8 /layouts/shortcodes/menu-inline.md | |
parent | 741a247f7e230c293b6a3dcc48a38edf02156a8b (diff) |
feat: tidy up rot
Diffstat (limited to 'layouts/shortcodes/menu-inline.md')
-rw-r--r-- | layouts/shortcodes/menu-inline.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/menu-inline.md b/layouts/shortcodes/menu-inline.md index 356c675..0ff567d 100644 --- a/layouts/shortcodes/menu-inline.md +++ b/layouts/shortcodes/menu-inline.md @@ -1,6 +1,6 @@ {{- $menuID := .Get 0 }} -{{- $caption := .Inner }} +{{- $caption := .Inner }} <nav> <ol> {{- range index site.Menus $menuID }} |