]> Untitled Git - monorepo.git/commitdiff
manually fix stem code blocks
authorPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 02:22:49 +0000 (18:22 -0800)
committerPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 02:22:49 +0000 (18:22 -0800)
index.org
style.css

index 2d3c2a9a576e7e46b9128020338a99cf8f6509a9..7142dae9f74343a7aa70cdf008bef3fef5d4c9f5 100644 (file)
--- 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
index d540a986bc8b6079a2a4dec6ca12d6539acd46be..d3dc6f9cc63c5f1aea653a32358458d6b3e5841f 100644 (file)
--- 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;