From f2421426fcfebaea0383861533faff64491561cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleks=20R=C5=ABti=C5=86=C5=A1?= Date: Tue, 28 Jan 2025 20:48:40 -0500 Subject: [PATCH] missed a space --- views/base_layout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/base_layout.rb b/views/base_layout.rb index bed60b4..c0562bc 100644 --- a/views/base_layout.rb +++ b/views/base_layout.rb @@ -38,7 +38,7 @@ module BC end p { - plain "Built with" + plain "Built with " a(href: "https://docs.farthergate.com/s/phlexite") { "Phlexite" } plain ", " a(href: "https://mauriciopoppe.github.io/function-plot/") { "Function Plot" }