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

upgrade Hugo to v0.60.1 (new markdown parser)

This commit is contained in:
2019-12-01 21:21:11 -05:00
parent 67d212d4d1
commit e8bf1881c8
21 changed files with 184 additions and 113 deletions

View File

@ -29,4 +29,10 @@ div.highlight span {
&.gs {
font-weight: bold;
}
// TODO: line numbers
&.ln {
color: #999999;
margin-right: 1.5em;
}
}