Partial -> Meta-info.njk (Description and Personal.Platforms Corrections)
Midknight opened this issue · 1 comments
Midknight commented
Hi Lene,
You will need to update your meta description as there is an error in the elseif. States elif instead of elseif.
Also your Mastodon link states personal.social where it should be personal.platforms.
Also in your theme-switch.css you will need to add the following to ensure outline.
.theme-switch .button[aria-pressed='false']:focus-visible {
outline: 3px solid var(--color-base-light);
outline-offset: 0.3ch;
}
Thanks!
madrilene commented
Fixed here: 152e9ee
For .theme-switch .button[aria-pressed='true']
I added outline-color: var(--_color-primary-contrast);
.
I left elif
as is, as this is valid Nunjucks syntax: https://mozilla.github.io/nunjucks/templating.html#tags
Thank you for pointing out the bugs!