commit 854e755d3223c3e09d62194b4e6d93b6184cf381 parent 2bd2cfab2952d87f1a44863b7b2a3adae0c29850 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Wed, 29 Apr 2020 07:13:07 +0700 feature: add mastodon rel=me Diffstat:
| M | assets/styles.scss | | | 4 | ++++ |
| M | layouts/partials/footer/footer.html | | | 1 | + |
| M | layouts/partials/head/head.html | | | 3 | ++- |
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/assets/styles.scss b/assets/styles.scss @@ -249,11 +249,15 @@ time { flex-direction: column; &__left { text-align: center; + padding-bottom: 0.5em; margin: 0; } &__right { text-align: center; margin-top: 0; + a { + padding-bottom: 0.5em; + } } } } diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html @@ -11,6 +11,7 @@ <a class="button" href="https://github.com/{{ .Site.Params.Github }}" rel="me">GitHub</a> <a class="button" href="https://twitter.com/{{ .Site.Params.Twitter }}" rel="me">Twitter</a> <a class="button" href="https://micro.blog/{{ .Site.Params.Microblog }}" rel="me">Micro.blog</a> + <a class="button" href="https://indieweb.social/@ybbond" rel="me">Mastodon</a> <a class="button" href={{ "index.xml" | absURL }}>RSS</a> </p> </div> diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html @@ -6,8 +6,9 @@ <link data-hint="Twitter" title="Twitter" href="https://twitter.com/{{ .Site.Params.Twitter }}" rel="me"> <link data-hint="GitHub" title="GitHub" href="https://github.com/{{ .Site.Params.Github }}" rel="me"> -<link data-hint="Micro.Blog" title="Micro.Blog" href="https://micro.blog/ybbond" rel="me" /> +<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 href="https://micro.blog/indieauth/auth" rel="authorization_endpoint" /> <link href="https://micro.blog/indieauth/token" rel="token_endpoint" />