mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 20:41:16 -04:00
blog config changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user