mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-08 17:15:56 +01:00
Switch to mastodon & pixelfed
This commit is contained in:
parent
68638e6594
commit
c8629684bb
2 changed files with 8 additions and 10 deletions
16
config.toml
16
config.toml
|
@ -51,26 +51,24 @@ disableRSS = false
|
|||
[languages.en]
|
||||
title = "byJP"
|
||||
keywords = ""
|
||||
copyright = ""
|
||||
copyright = "CC BY-NC-SA 4.0"
|
||||
readOtherPosts = "Read other posts"
|
||||
|
||||
[languages.en.params.logo]
|
||||
logoHomeLink = "/"
|
||||
# path = "safari-pinned-tab.svg"
|
||||
# alt = "by JP"
|
||||
|
||||
[[languages.en.params.social]]
|
||||
name = "twitter"
|
||||
url = "https://twitter.com/jphastings"
|
||||
name = "mastodon"
|
||||
url = "https://mastodon.social/@jphastings"
|
||||
|
||||
[[languages.en.params.social]]
|
||||
name = "pixelfed"
|
||||
url = "https://pixelfed.social/jphastings"
|
||||
|
||||
[[languages.en.params.social]]
|
||||
name = "email"
|
||||
url = "mailto:hello@byjp.me"
|
||||
|
||||
[[languages.en.params.social]]
|
||||
name = "instagram"
|
||||
url = "https://instagram.com/jphastings"
|
||||
|
||||
[[languages.en.params.social]]
|
||||
name = "github"
|
||||
url = "https://github.com/jphastings"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{{ range . -}}
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
<a href="{{ .url }}" target="_blank" rel="me noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue