Compare commits

...

2 commits

Author SHA1 Message Date
Stephan Hadan
adf44e2afe fixed pinterest icon and link 2025-01-06 10:50:10 +01:00
Stephan Hadan
384243aee2 fixed pinterest link and logo 2025-01-06 10:50:10 +01:00
2 changed files with 13 additions and 1 deletions

View file

@ -32,7 +32,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link rel="stylesheet" href="{{ "css/main.css" | absURL }}">
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}">

View file

@ -1,3 +1,15 @@
{
<<<<<<< HEAD
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
=======
"extends": [
"config:base"
],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
>>>>>>> 223f4c6 (fixed pinterest icon and link)
}