diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/templates/index.html b/templates/index.html index 28aa47e..ef31728 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -14,32 +14,33 @@ | |||
| 14 | </div> | 14 | </div> |
| 15 | </div> | 15 | </div> |
| 16 | 16 | ||
| 17 | <div> | 17 | <section class="two-columns"> |
| 18 | <h2>More long form, ramblings etc</h2> | 18 | <div> |
| 19 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="More long form, ramblings etc"> | 19 | <h2>Notes?! Maybe useful</h2> |
| 20 | <meta itemprop="name" content="More long form, ramblings etc"> | 20 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Notes?! Maybe useful"> |
| 21 | {{ range .Pages }} | 21 | <meta itemprop="name" content="Notes?! Maybe useful"> |
| 22 | {{ if and (eq .Type "post") (not .Draft) }} | 22 | {{ range .Pages }} |
| 23 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> | 23 | {{ if and (eq .Type "note") (not .Draft) }} |
| 24 | <li> | ||
| 25 | {{ range .Meta.tags }}<mark>{{ . }}</mark>{{ end }} | ||
| 26 | <a href="{{ .RelPermalink }}">{{ .Title }}</a> | ||
| 27 | </li> | ||
| 28 | {{ end }} | ||
| 24 | {{ end }} | 29 | {{ end }} |
| 25 | {{ end }} | 30 | </ul> |
| 26 | </ul> | 31 | </div> |
| 27 | </div> | 32 | <div> |
| 28 | 33 | <h2>More long form, ramblings etc</h2> | |
| 29 | <div> | 34 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="More long form, ramblings etc"> |
| 30 | <h2>Notes?! Maybe useful</h2> | 35 | <meta itemprop="name" content="More long form, ramblings etc"> |
| 31 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Notes?! Maybe useful"> | 36 | {{ range .Pages }} |
| 32 | <meta itemprop="name" content="Notes?! Maybe useful"> | 37 | {{ if and (eq .Type "post") (not .Draft) }} |
| 33 | {{ range .Pages }} | 38 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> |
| 34 | {{ if and (eq .Type "note") (not .Draft) }} | 39 | {{ end }} |
| 35 | <li> | ||
| 36 | {{ range .Meta.tags }}<mark>{{ . }}</mark>{{ end }} | ||
| 37 | <a href="{{ .RelPermalink }}">{{ .Title }}</a> | ||
| 38 | </li> | ||
| 39 | {{ end }} | 40 | {{ end }} |
| 40 | {{ end }} | 41 | </ul> |
| 41 | </ul> | 42 | </div> |
| 42 | </div> | 43 | </section> |
| 43 | 44 | ||
| 44 | <div> | 45 | <div> |
| 45 | <h2>Small side projects I work/worked on</h2> | 46 | <h2>Small side projects I work/worked on</h2> |
