Skip to content

Commit

Permalink
Increase CSS version
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 31, 2024
1 parent 35c7de7 commit 69d5d68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/>
<link
rel="stylesheet"
href="{{ '/css/style-v19.css' | relative_url }}"
href="{{ '/css/style-v20.css' | relative_url }}"
/>
<link rel="stylesheet" href="{{ '/css/syntax.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/css/prism.css' | relative_url }}" />
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/>
<link
rel="stylesheet"
href="{{ '/css/style-v19.css' | relative_url }}"
href="{{ '/css/style-v20.css' | relative_url }}"
/>
<link rel="stylesheet" href="{{ '/css/syntax.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/css/prism.css' | relative_url }}" />
Expand Down

0 comments on commit 69d5d68

Please sign in to comment.