diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 18:22:49 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 18:22:49 -0800 |
commit | 460e71a57bbfe9335be2453f2994f5efb7ac29ba (patch) | |
tree | 109ec75551f57a53586a9a7c12d4c3f256890d7d | |
parent | 089f3415a0cd27dc4dd06c1bfd77b85559840e4e (diff) |
manually fix stem code blocks
-rw-r--r-- | index.org | 2 | ||||
-rw-r--r-- | style.css | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -181,7 +181,9 @@ pre { .preamble { font-size: 20px; } - +pre.src-stem:before { + content: "stem"; +} .links-page > ul { columns: 2; -webkit-columns: 2; |