mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 18:45:30 -04:00
fix lighthouse suggestions: syntax color contrast & crossorigin preloads
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<script src="https://utteranc.es/client.js"
|
||||
repo="{{ .Site.Params.utterancesRepo }}"
|
||||
issue-term="og:title"
|
||||
label="comments"
|
||||
theme="github-light"
|
||||
crossorigin="anonymous"
|
||||
async defer>
|
||||
</script>
|
||||
<script async defer
|
||||
src="https://utteranc.es/client.js"
|
||||
data-repo="{{ .Site.Params.utterancesRepo }}"
|
||||
data-issue-term="og:title"
|
||||
data-label="comments"
|
||||
data-theme="github-light"
|
||||
crossorigin="anonymous"></script>
|
||||
|
Reference in New Issue
Block a user