mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-05 02:52:43 +02:00
♻️ Fixing the normalize.scss issue (#39)
Removing vendor version of normalise.scss and replacing it with cdn version
This commit is contained in:
parent
bacbd07bf3
commit
affe4f6c81
8 changed files with 1 additions and 811 deletions
layouts/partials
|
@ -3,7 +3,7 @@
|
|||
{{ partial "math.html" . }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css">
|
||||
<!-- Pure css -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue