diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-23 07:29:30 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-23 07:29:30 +0100 |
| commit | 8af1ea92d138b221ad283d2e9771bf67ab38a55a (patch) | |
| tree | d0bd05293f438b5ebac95902c6842257cc0a8abf /templates/index.html | |
| parent | 4b534dd48131b3e04336e61c66556afe59f5fc2a (diff) | |
| download | mitjafelicijan.com-8af1ea92d138b221ad283d2e9771bf67ab38a55a.tar.gz | |
Added bookmarks
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> |
