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>
|
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</p>
|
</p>
|
||||||
{{ with .Site.Social.email }}
|
{{ with .Site.Params.social.email }}
|
||||||
<p>
|
<p>
|
||||||
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>
|
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>
|
||||||
{{ i18n "email-reply" }} ↪
|
{{ i18n "email-reply" }} ↪
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<p>
|
||||||
|
<a href="https://weeklywtf.beehiiv.com/subscribe">
|
||||||
|
Subscribe to weekly tech news →
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue