feat: translate the site in french
This commit is contained in:
parent
3e98ac15b6
commit
b47b193b20
81 changed files with 1327 additions and 251 deletions
11
layouts/blog/list-item.html
Normal file
11
layouts/blog/list-item.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||
{{ $dateHuman := .Date | time.Format ":date_short" }}
|
||||
<article class="h-entry">
|
||||
<p>
|
||||
<a class="u-url p-name" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
||||
(<time class="dt-published" datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>)
|
||||
</p>
|
||||
<p class="p-summary">
|
||||
{{ .Summary }}
|
||||
</p>
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue