mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
Move newsletter to substack
This commit is contained in:
parent
799d6a86b8
commit
aaa3c52b32
7 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
{{- partial "substack" .}}
|
||||
{{- $s := .Site.Params }}
|
||||
{{ $t := .Site.Title }}
|
||||
{{- if or .Params.enableMathNotation $s.enableMathNotation }}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
6
layouts/partials/substack.html
Normal file
6
layouts/partials/substack.html
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue