From dd7670cf72b27c1b330d3732a483ca22e3a3db18 Mon Sep 17 00:00:00 2001 From: Sivaldo Date: Mon, 29 Jun 2026 18:36:52 -0300 Subject: Commit inicial --- layouts/leituras/single.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 layouts/leituras/single.html (limited to 'layouts/leituras/single.html') diff --git a/layouts/leituras/single.html b/layouts/leituras/single.html new file mode 100644 index 0000000..1f0b38c --- /dev/null +++ b/layouts/leituras/single.html @@ -0,0 +1,38 @@ +{{ partial "header.html" . -}} + +
+ + ← leituras + +
+ {{ if .Params.capa }} +
Capa do livro {{ .Title }}, de {{ .Params.autor }}
+ {{ else }} +
sem capa
+ {{ end }} +
+

{{ .Title }}

+ {{ .Params.autor }} +
+ {{ with .Params.status }}{{ . }}{{ end }} + {{ range .Params.tags }}{{ . }}{{ end }} +
+ {{ with .Params.link_externo }} + ↗ ver online + {{ end }} +
+
+ +
+ +
+ {{ if .Content }} + {{ .Content }} + {{ else }} +

Ainda sem resenha — só na estante por enquanto.

+ {{ end }} +
+ +
+ +{{ partial "footer.html" . }} -- cgit v1.2.3