Skip to content

Commit

Permalink
don't combine css (to make it easier to purge cache on jsdelivr)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 4, 2024
1 parent 5b24f88 commit 63481f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<title>{{ with .Title }} {{ . }} | {{ end }}{{ .Site.Title }}</title>
<!-- uncomment this to add favicon -->
<!-- <link rel="icon" type="image/png" href="{{ "/icons/favicon.png" | relURL }}" /> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/@xiee/utils/css/article.min.css,npm/@xiee/utils/css/heading-anchor.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xiee/utils/css/article.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xiee/utils/css/heading-anchor.min.css">
<link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" />
<link rel="stylesheet" href="{{ "/css/fonts.css" | relURL }}" />
<link rel="stylesheet" href="{{ "/css/custom.css" | relURL }}" />
Expand Down

0 comments on commit 63481f5

Please sign in to comment.