/* Avoid Duplicate titles */
h1:has(+ h1),
/* Remove the "Built with Hugo" link */
aside p:has(a[title="love"]) {
    display: none;
}

