1
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:
2020-03-30 16:46:59 -04:00
parent fa018564e5
commit 0ee3efdbbe
6 changed files with 23 additions and 22 deletions

View File

@@ -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>