commit c405bce9e84c62b7f8655eeeffbc2de4ec69f64a parent f9f85b6cb123d8c30755aed7d8b3f8b3538d1bff Author: Yohanes Bandung <hi@ybbond.dev> Date: Thu, 11 Jun 2020 00:02:37 +0700 feature: add instagram indieauth Diffstat:
| M | config.toml | | | 1 | + |
| M | layouts/partials/head/auth-links.html | | | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.toml b/config.toml @@ -13,6 +13,7 @@ title = "YBBond" twitter = "ybbond_" github = "ybbond" microblog = "ybbond" + instagram = "ybbond" [markup.goldmark.renderer] hardWraps = true diff --git a/layouts/partials/head/auth-links.html b/layouts/partials/head/auth-links.html @@ -11,6 +11,7 @@ <link data-hint="Micro.Blog" title="Micro.Blog" href="https://micro.blog/ybbond" rel="me" /> <link data-hint="Email" title="Email" href="mailto:{{ .Site.Params.Email }}" rel="me" /> <link data-hint="Mastodon" title="Mastodon" href="https://indieweb.social/@ybbond" rel="me" /> +<link data-hint="Instagram" title="Instagram" href="https://www.instagram.com/{{ .Site.Params.Instagram }}" rel="me" /> <link rel="openid.delegate" href="https://ybbond.dev/" />