/* Hide the page title on the index page while keeping it for browser title */
.hidden-title > h1 {
    display: none;
}
