June 16, 2026
Added Photo Calendar link to public home page
Why: A new webapp for customizing and exporting print-ready daily calendars was stood up at photocalendar.skyhouse.dev, and needed to be discoverable from the main server index.
Updated the main index.html to include a new tile for the Photo Calendar app. The link is styled to match the existing modern grid and uses a clean calendar icon.
Implementation
Added the following entry to the LINKS array in the homepage script:
{
label: "Photo Calendar",
sub: "",
href: "https://photocalendar.skyhouse.dev",
icon: `<svg viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>`,
}
← Back to Admin Hub