| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 20h ago | 1 | {{ define "main" }} |
| 2 | <article class="column"> |
| 3 | <header class="post-header rise"> |
| 4 | <p class="post-kicker"> |
| 5 | {{ with .Date }} |
| 6 | <time datetime="{{ .Format "2006-01-02T15:04:05Z07:00" }}">{{ .Format "2006-01-02" }}</time> |
| 7 | <span class="sep" aria-hidden="true">·</span> |
| 8 | {{ end }} |
| Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 15h ago | 9 | <span>{{ i18n "minRead" (dict "Count" .ReadingTime) }}</span> |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 20h ago | 10 | </p> |
| 11 | <h1 class="post-title">{{ .Title }}</h1> |
| 12 | <hr class="post-rule"> |
| 13 | </header> |
| 14 | |
| 15 | <div class="post-body prose">{{ .Content }}</div> |
| 16 | </article> |
| 17 | {{ end }} |