changed codeberg icon size
This commit is contained in:
parent
4e535fa55a
commit
4c261e3afe
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
|
||||
crossorigin="anonymous" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-icons-font@v14/font/simple-icons.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="{{ "css/main.css" | absURL }}">
|
||||
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}">
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<a href="https://facebook.com/{{.}}" aria-label="Facebook" target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.social.codeberg }}
|
||||
<a href="https://codeberg.org/{{.}}" aria-label="Codeberg" target="_blank"><img height="20" width="20" src="/simple-icons/codeberg.svg" /></a>
|
||||
<a href="https://codeberg.org/{{.}}" aria-label="Codeberg" target="_blank"><i class="si si-codeberg"></i></a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.social.github }}
|
||||
<a href="https://github.com/{{.}}" aria-label="Github" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue