Skip to content

Commit

Permalink
Add experimental support links to nb browse notebooks view.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Feb 14, 2024
1 parent f3fce8c commit 679323e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nb
Original file line number Diff line number Diff line change
Expand Up @@ -21164,6 +21164,15 @@ HEREDOC

cat

if ((${NB_BROWSE_SUPPORT_LINKS:-0}))
then
printf "<br /><div align=\"center\" class=\"muted\">"
printf "<a href=\"https://github.com/sponsors/xwmx\">Sponsor</a>\\n"
printf "<span class=\"muted\">•</span>\\n"
printf "<a href=\"https://www.paypal.com/paypalme/WilliamMelody\">Donate</a>"
printf "</div>\\n"
fi

printf "</div>\\n"
} | {
_render --title "${_ME} browse --notebooks"
Expand Down

0 comments on commit 679323e

Please sign in to comment.