update single
This commit is contained in:
parent
0330c1a2ca
commit
5a6db1780c
1 changed files with 6 additions and 1 deletions
|
@ -16,11 +16,16 @@
|
|||
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
|
||||
{{ 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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue