Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Konishi <8408838+dsk52@users.noreply.github.com>2022-01-04 18:54:51 +0300
committerGitHub <noreply@github.com>2022-01-04 18:54:51 +0300
commitce79663fd5aaf12abda6eb6889f510192f41d844 (patch)
treefbd8f798404c6bfcf84c9ab35e2e54434aa679fe
parentebfc96182b95ba6d5bf0383cd1d5109a440c7ad1 (diff)
parent960447d70427766ecb94243e73b3f4b09c0adcad (diff)
Merge pull request #92 from dsk52/renovate/10up-sanitize.css-13.x
Update dependency 10up-sanitize.css to v13
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b62025f..a37dc35 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -14,7 +14,7 @@
{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/schema.html" . }}
- <link href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/5.0.0/sanitize.min.css" rel="stylesheet">
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/13.0.0/sanitize.min.css" rel="stylesheet">
<link href="{{ "css/application.css" | absURL }}" rel="stylesheet">
<script src="{{ "js/application.js" | absURL }}" defer></script>