diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 16:46:22 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 16:46:22 -0800 |
commit | 9d15d37bed3f2d96017ffa373b0d52df26f7903a (patch) | |
tree | 187f37027dc21e736396f6bb19b990b5d3a64bc3 /blog | |
parent | a7da57c0736bec58d1fc4ec99d211099c31bb45f (diff) |
add code block in website
Diffstat (limited to 'blog')
-rw-r--r-- | blog/index.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blog/index.org b/blog/index.org index e5ee82d..a894a6d 100644 --- a/blog/index.org +++ b/blog/index.org @@ -15,6 +15,7 @@ technical or otherwise. Think about the blog like a mix between the wiki format of the mindmap and the journal format. * Blog Articles +@@html: <div class="links-page">@@ #+begin_src shell :results output raw :exports both for f in *; do @@ -26,3 +27,5 @@ done #+end_src #+RESULTS: + +@@html: </div>@@ |