/* Hide the current page from header and footer options */
  #header li:has(> a[href="yiraki.html"]),
  .site-footer li:has(> a[href="yiraki.html"]) {
    display: none !important;
  }
  /* Fallback in case the <a> is not inside an <li> */
  #header a[href="yiraki.html"]:not(.logo),
  .site-footer a[href="yiraki.html"] {
    display: none !important;
  }