diff options
-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; |