Reproduce lente.dev setup

This commit is contained in:
C. Lente 2023-02-09 16:56:09 -03:00
parent 3ec9550325
commit 2ba59f18db
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
16 changed files with 261 additions and 146 deletions

View file

@ -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>