all repos — homestead @ 41ea72035b69b7c9f36a3c69de5b2cf513592069

Code for my website

Remove extra space after Home link

Alan Pearce
commit

41ea72035b69b7c9f36a3c69de5b2cf513592069

parent

f3dbd2734bf67cb1d2e5000e775ab6a02f26ded7

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M src/templates.tssrc/templates.ts
@@ -16,6 +16,7 @@ function addMenu(
parent: cheerio.Cheerio<cheerio.AnyNode>, child: cheerio.Cheerio<cheerio.AnyNode>, ) { + parent.empty(); for (const link of config.extra.main_menu) { parent.append(child.clone().attr("href", link.url).text(link.name)); }