update single

This commit is contained in:
Thomas T 2023-12-29 02:25:54 -05:00 committed by GitHub
parent 0330c1a2ca
commit 5a6db1780c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,16 @@
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>&nbsp;&nbsp;
{{ end }}
</p>
{{ with .Site.Social.email }}
{{ with .Site.Params.social.email }}
<p>
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>
{{ i18n "email-reply" }} ↪
</a>
</p>
{{ end }}
<p>
<a href="https://weeklywtf.beehiiv.com/subscribe">
Subscribe to weekly tech news →
</a>
</p>
{{ end }}