Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 968 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 968 Bytes

Tidal Club website

Editing content

Just use plain html.

To add a line break (between events for example) ad an <hr> tag.

Please use the <strong> tag for making bold rather than <b>. It's better semantic markup. 😜

Creating a page

Copy an existing page and replace all the content apart from the bit that says:

---
layout: default
title: Tidal Club
---

Editing the navigation

The navigation doesn't update dynamically when you create a new page, so you need to edit _layouts/default.html.

Do this by copying an existing menu item such as:

<li><a href="sheffield.html">Sheffield</a></li>

NB: You need to do this in two places so the mobile menu also updates.