diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index be725f5..6c87f72 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -15,9 +15,9 @@ | |||
| 15 | </div> | 15 | </div> |
| 16 | </div> | 16 | </div> |
| 17 | 17 | ||
| 18 | <section> | 18 | <section class="flow-two-column"> |
| 19 | <h1>Notes, post and other stuff</h1> | 19 | <h1>Notes, post and other stuff</h1> |
| 20 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" class="flow"> | 20 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list"> |
| 21 | {{ range .Pages }} | 21 | {{ range .Pages }} |
| 22 | {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }} | 22 | {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }} |
| 23 | <li> | 23 | <li> |
