Compare commits
2
Commits
4331b32265
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a60cd20d70
|
||
|
|
fa7fbf884a
|
@@ -16,7 +16,7 @@
|
|||||||
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}">
|
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range .Site.Params.custom_scss }}
|
{{ range .Site.Params.custom_scss }}
|
||||||
{{ $style := resources.Get . | css.Sass }}
|
{{ $style := resources.Get . | resources.ToCSS }}
|
||||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ `<!--[if lt IE 9]>
|
{{ `<!--[if lt IE 9]>
|
||||||
|
|||||||
@@ -10,13 +10,3 @@
|
|||||||
{{- range .Site.Params.custom_js -}}
|
{{- range .Site.Params.custom_js -}}
|
||||||
<script src="{{ $.Site.BaseURL }}{{ . }}"></script>
|
<script src="{{ $.Site.BaseURL }}{{ . }}"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
|
||||||
<script>
|
|
||||||
kofiWidgetOverlay.draw('kneel', {
|
|
||||||
'type': 'floating-chat',
|
|
||||||
'floating-chat.donateButton.text': 'Support me',
|
|
||||||
'floating-chat.donateButton.background-color': '#fcbf47',
|
|
||||||
'floating-chat.donateButton.text-color': '#323842'
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
@@ -12,14 +12,6 @@
|
|||||||
<li><a href="https://bsky.app/profile/{{ . }}"><i class="fa-brands fa-bluesky"></i></a></li>
|
<li><a href="https://bsky.app/profile/{{ . }}"><i class="fa-brands fa-bluesky"></i></a></li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .Site.Params.Social.Signal }}
|
|
||||||
<li><a href="https://signal.me/#eu/{{ . }}"><i class="fa-brands fa-signal-messenger"></i></a></li>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ with .Site.Params.Social.Keybase }}
|
|
||||||
<li><a href="https://keybase.io/{{ . }}"><i class="fa-brands fa-keybase"></i></a></li>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ with .Site.Params.Social.LinkedIn }}
|
{{ with .Site.Params.Social.LinkedIn }}
|
||||||
<li><a href="https://linkedin.com/in/{{ . }}"><i class="fa-brands fa-linkedin"></i></a></li>
|
<li><a href="https://linkedin.com/in/{{ . }}"><i class="fa-brands fa-linkedin"></i></a></li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user