This commit is contained in:
@@ -12,6 +12,8 @@ je m'exprime un peu plus sur un blog.
|
|||||||
|
|
||||||
Bah, voilà, c'est ouvert.
|
Bah, voilà, c'est ouvert.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
Ma première motivation, c'est que j'ai pas mal de choses dans la tête qu'il
|
Ma première motivation, c'est que j'ai pas mal de choses dans la tête qu'il
|
||||||
|
|||||||
@@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
{{ range .Pages.ByDate.Reverse }}
|
{{ range .Pages.ByDate.Reverse }}
|
||||||
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
||||||
|
|
||||||
|
{{ .Summary }}
|
||||||
|
|
||||||
|
{{ if .Truncated }}
|
||||||
|
<a href="{{ .RelPermalink }}">Lire plus sur « {{ .LinkTitle }} »</a>
|
||||||
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||||
|
|||||||
Reference in New Issue
Block a user