Move newsletter to substack
This commit is contained in:
parent
799d6a86b8
commit
aaa3c52b32
|
@ -20,7 +20,7 @@
|
|||
|
||||
[[main]]
|
||||
name = "Newsletter"
|
||||
url = "http://newsletter.softinio.com"
|
||||
url = "https://notes.softinio.com"
|
||||
weight = -107
|
||||
|
||||
[[main]]
|
||||
|
|
|
@ -18,7 +18,7 @@ I contribute to open source projects when time allows.
|
|||
|
||||
As a long term Vim user and Neovim fan I also have started contributing plugins written in Lua for Neovim.
|
||||
|
||||
[Subscribe to my newsletter](http://newsletter.softinio.com/)
|
||||
[Subscribe to my newsletter](https://notes.softinio.com/)
|
||||
|
||||
[Watch my talks](https://watch.softinio.com)
|
||||
|
||||
|
|
|
@ -57,5 +57,5 @@ Keep in touch all, lets get together sometime for a happy hour (be it virtual or
|
|||
|
||||
Thank you 🙏🍷 All !
|
||||
|
||||
### [Subscribe to my newsletter](http://newsletter.softinio.com)
|
||||
### [Subscribe to my newsletter](https://notes.softinio.com)
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ Please do not be put off by this and don't judge them because of their dated loo
|
|||
|
||||
## Conclusion
|
||||
|
||||
I am back again reunited with my old friend a Model M. I am enjoying using it so much after a gap of not having one that I am looking for excuses to use it more and more. So expect more [blogs](https://www.softinio.com) and [newsletters](http://newsletter.softinio.com) from me going forward, as this keyboard is a joy to use.
|
||||
I am back again reunited with my old friend a Model M. I am enjoying using it so much after a gap of not having one that I am looking for excuses to use it more and more. So expect more [blogs](https://www.softinio.com) and [newsletters](https://notes.softinio.com) from me going forward, as this keyboard is a joy to use.
|
||||
|
||||
## References
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue