From 709b1365e1762921f96fce18e21362481de8fe8c Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 24 Apr 2019 11:31:29 -0400 Subject: [PATCH] blog config changes --- config.toml | 2 +- static/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5849c7ae..a2846a09 100644 --- a/config.toml +++ b/config.toml @@ -24,5 +24,5 @@ enableGitInfo = true # hrefTargetBlank = true # prefer not to use this until noopener option implemented (https://discourse.gohugo.io/t/link-with--target-blank-in-markdown-tipp/7569/10) nofollowLinks = true noreferrerLinks = true - plainIDAnchors = false + plainIDAnchors = true diff --git a/static/style.css b/static/style.css index 828ede32..d56f5dbf 100644 --- a/static/style.css +++ b/static/style.css @@ -688,6 +688,13 @@ body#notes main#single article div#content blockquote { padding-left: 15px; } +body#notes main#single article div#content ul { + list-style-position: inside; + list-style-type: square; + margin-left: 12px; + padding-left: 0; +} + body#notes main#single article div#content code { font-family: monospace; background: #f4f4f4;