Move newsletter to substack

This commit is contained in:
Salar Rahmanian 2022-11-05 13:54:26 -07:00
parent 799d6a86b8
commit aaa3c52b32
7 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,4 @@
{{- partial "substack" .}}
{{- $s := .Site.Params }}
{{ $t := .Site.Title }}
{{- if or .Params.enableMathNotation $s.enableMathNotation }}

View file

@ -2,5 +2,5 @@
<div>
Subscribe to my newsletter
</div>
<a href="http://newsletter.softinio.com" class="button mt-1" role="button">subscribe</a>
<a href="https://notes.softinio.com" class="button mt-1" role="button">subscribe</a>

View file

@ -0,0 +1,6 @@
<div>
<p align="center">
<iframe src="https://notes.softinio.com/embed" width="480" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
</p>
</div>