update normalize version (#175)
* update normalize version * update CONTRIBUTORS.md
This commit is contained in:
parent
ee65eab9fa
commit
43408807a5
|
@ -36,3 +36,4 @@
|
|||
- [Caspar Krieger](https://www.asparck.com)
|
||||
- [D_DAndrew](https://d-dandrew.github.io)
|
||||
- [Wataru Mizukami](https://github.com/tarumzu)
|
||||
- [Yudi Widiyanto](https://github.com/yudiwdynto)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
|
||||
{{ if .Site.IsServer }}
|
||||
{{ $cssOpts := (dict "targetPath" "css/coder.css" "enableSourceMap" true ) }}
|
||||
|
|
Loading…
Reference in New Issue