forked from Fediversity/Fediversity
fix indentation in output
This commit is contained in:
parent
95f7e5e162
commit
d4aa88f759
|
@ -53,7 +53,7 @@ in
|
|||
render-item = item:
|
||||
if item ? menu then ''
|
||||
<li>${item.menu.label}
|
||||
${lib.indent " " (item.menu.outputs.html page)}
|
||||
${lib.indent " " (item.menu.outputs.html page)}
|
||||
</li>
|
||||
''
|
||||
else if item ? page then ''<li><a href="${page.link item.page}">${item.page.title}</a></li>''
|
||||
|
|
Loading…
Reference in a new issue