Reproduce lente.dev setup
This commit is contained in:
parent
3ec9550325
commit
2ba59f18db
16 changed files with 261 additions and 146 deletions
|
@ -1,10 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<content>
|
||||
{{ if .Data.Singular }}
|
||||
<h3 style="margin-bottom:0">{{ i18n "filter" }} "{{ .Title }}"</h3>
|
||||
<small>
|
||||
<a href="{{ i18n "posts" }}">{{ i18n "remove" }}</a>
|
||||
</small>
|
||||
<h3 style="margin-bottom:0">{{ i18n "filtering-for" }} "{{ .Title }}"</h3>
|
||||
{{ end }}
|
||||
<ul class="blog-posts">
|
||||
{{ range .Pages }}
|
||||
|
@ -12,7 +9,7 @@
|
|||
<span>
|
||||
<i>
|
||||
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate>
|
||||
{{ .Date.Format (default "02 Jan, 2006" .Site.Params.dateFormat) }}
|
||||
{{ .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }}
|
||||
</time>
|
||||
</i>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue