Skip to content

Commit

Permalink
Add /subscribe/
Browse files Browse the repository at this point in the history
  • Loading branch information
benfwalla committed Jun 8, 2024
1 parent 9d6d1b1 commit dfe7057
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
main:
- title: "Subscribe"
url: "/subscribe/"
- title: "About"
url: "/about/"
31 changes: 31 additions & 0 deletions subscribe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: single
title: Subscribe to ben-mini
permalink: /subscribe/
---

<iframe data-tally-src="https://tally.so/embed/mOPJ9p?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1" loading="lazy" width="100%" height="157" frameborder="0" marginheight="0" marginwidth="0" title="Subscribe to ben-mini"></iframe>
<script>
var d = document,
w = "https://tally.so/widgets/embed.js",
v = function() {
if (typeof Tally !== "undefined") {
Tally.loadEmbeds();
} else {
d.querySelectorAll("iframe[data-tally-src]:not([src])").forEach(function(e) {
e.src = e.dataset.tallySrc;
});
}
};
if (typeof Tally !== "undefined") {
v();
} else if (d.querySelector('script[src="' + w + '"]') === null) {
var s = d.createElement("script");
s.src = w;
s.onload = v;
s.onerror = v;
d.body.appendChild(s);
}
</script>


0 comments on commit dfe7057

Please sign in to comment.