Skip to content

Commit 7568943

Browse files
nirgn975Nir Galon
authored andcommitted
chore: update devicon cdn version
1 parent 1048423 commit 7568943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ And then add it to your `config.toml` file
4242
theme = "devRes"
4343
```
4444

45-
You can look at the [exampleSite](https://github.com/nirgn975/devRes/tree/main/exampleSite) to check out the `config.tomal` and the `data/content.yaml` for examples.
45+
You can look at the [exampleSite](https://github.com/nirgn975/devRes/tree/main/exampleSite) to check out the `config.toml` and the `data/content.yaml` for examples.
4646

4747
## Customization
4848

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}" >
3131

3232
{{"<!-- Devicons -->"| safeHTML}}
33-
<link href='//cdn.jsdelivr.net/npm/devicons@1.8.0/css/devicons.min.css' rel='stylesheet'>
33+
<link href='//cdn.jsdelivr.net/npm/devicons@2.10.1/css/devicons.min.css' rel='stylesheet'>
3434

3535
{{"<!-- Font Awesome -->"| safeHTML}}
3636
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-VhBcF/php0Z/P5ZxlxaEx1GwqTQVIBu4G4giRWxTKOCjTxsPFETUDdVL5B6vYvOt" crossorigin="anonymous">

0 commit comments

Comments
 (0)