Merge remote-tracking branch 'origin/main' into style/herman

This commit is contained in:
Caio Lente 2023-10-17 15:50:58 -03:00
commit 26fa3804af
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
7 changed files with 64 additions and 10 deletions

View file

@ -6,6 +6,7 @@
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate>
{{ .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }}
</time>
{{ with .Params.author }}· {{.}}{{ end }}
</i>
</p>
{{ end }}
@ -17,4 +18,11 @@
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
{{ end }}
</p>
{{ with .Site.Social.email }}
<p>
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>
{{ i18n "email-reply" }} ↪
</a>
</p>
{{ end }}
{{ end }}