Translate "Read more..."

main
drebs 2023-12-30 14:04:00 -03:00
parent e785621372
commit 2509b2fa13
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<article>
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<b><time>{{ .Date.Format (default "2006-01-02 15:04:05" .Site.Params.dateFmt) }}</time></b>
{{ range .Params.tags }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}
<div>
{{ .Summary }}
{{ if .Truncated }}
<a href="{{ .Permalink }}">Leia mais...</a>
{{ end }}
</div>
</article>