1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 06:21:17 -04:00

blog config changes

This commit is contained in:
2019-04-24 11:31:29 -04:00
parent 3748c44b60
commit 709b1365e1
2 changed files with 8 additions and 1 deletions

View File

@@ -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) # 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 nofollowLinks = true
noreferrerLinks = true noreferrerLinks = true
plainIDAnchors = false plainIDAnchors = true

View File

@@ -688,6 +688,13 @@ body#notes main#single article div#content blockquote {
padding-left: 15px; 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 { body#notes main#single article div#content code {
font-family: monospace; font-family: monospace;
background: #f4f4f4; background: #f4f4f4;