From 3b1cbddba2fcf6e19f69f991a6d184078f103f6e Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Sun, 25 Feb 2024 16:36:29 +0900 Subject: [PATCH] lineno true --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2c5d7e1..93e7e5f 100644 --- a/config.toml +++ b/config.toml @@ -69,7 +69,7 @@ post = "/:year/:month/:day/:15:04:05/" guessSyntax = true hl_Lines = "" lineNoStart = 1 - lineNos = false + lineNos = true lineNumbersInTable = false noClasses = true style = "base16-snazzy"