mykiwi/mykiwi.blogpublic Fork 0
39fe40279632e704958296750478c111197ece04
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

single.html · 17 lines · 545 BHTML Blame HistoryRaw
Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier yesterday1{{ 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">&middot;</span>
8 {{ end }}
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 20h ago9 <span>{{ i18n "minRead" (dict "Count" .ReadingTime) }}</span>
Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier yesterday10 </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 }}