From: Preston Pan Date: Fri, 26 Jan 2024 02:22:49 +0000 (-0800) Subject: manually fix stem code blocks X-Git-Url: https://ret2pop.net/gitweb/monorepo.git?a=commitdiff_plain;h=460e71a57bbfe9335be2453f2994f5efb7ac29ba;p=monorepo.git manually fix stem code blocks --- diff --git a/index.org b/index.org index 2d3c2a9..7142dae 100644 --- a/index.org +++ b/index.org @@ -62,7 +62,7 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "able to run stem code due to org-babel-execute!" +git commit -m "manually fix stem code blocks" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src diff --git a/style.css b/style.css index d540a98..d3dc6f9 100644 --- a/style.css +++ b/style.css @@ -181,7 +181,9 @@ pre { .preamble { font-size: 20px; } - +pre.src-stem:before { + content: "stem"; +} .links-page > ul { columns: 2; -webkit-columns: 2;