lxndrblz / anatole

Anatole is a minimalistic two-column theme for Hugo.
https://themes.gohugo.io/themes/anatole/
MIT License
650 stars 356 forks source link

In v1.11.0 social profile links are missing the "rel=me" attribute #399

Closed McPringle closed 1 year ago

McPringle commented 1 year ago

Describe the bug Until v1.10.0 social profile links had the "rel=me" attribute: image

In v1.11.0 this attribute is missing: image

This attribute is important for verification, e.g. Mastodon.

To Reproduce Steps to reproduce the behavior:

  1. Render the website using v1.10.0: attribute is there
  2. Render the same website using v1.11.0: attribute is missing

Expected behavior I would expect the attribute "rel=me" to be there.

Screenshots See description.

Desktop

Smartphone

Additional context

img.sidebar__introduction-profileimage:hover { filter: grayscale(0); }

- This is the only custom CSS on keep-on-rolling.ch:
```css
img.sidebar__introduction-profileimage {
    border-radius: 0;
}

body.theme--light img.sidebar__introduction-profileimage {
    background: url(/images/logo-black.png) no-repeat;
}

body.theme--dark img.sidebar__introduction-profileimage {
    background: url(/images/logo-white.png) no-repeat;
}
lxndrblz commented 1 year ago

@McPringle I have taken care of this bug yesterday in PR #394. I will soon be creating a new release.

lxndrblz commented 1 year ago

@McPringle This attribute has been readded in 1.12.

https://github.com/lxndrblz/anatole/releases/tag/v1.12.0