From 9d15d37bed3f2d96017ffa373b0d52df26f7903a Mon Sep 17 00:00:00 2001 From: Preston Pan <preston@nullring.xyz> Date: Thu, 25 Jan 2024 16:46:22 -0800 Subject: add code block in website --- config/index.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/index.org') diff --git a/config/index.org b/config/index.org index c4dbb12..dae9957 100644 --- a/config/index.org +++ b/config/index.org @@ -8,6 +8,7 @@ They're configurations for extremely obscure programs I use. Yeah, I know, I'm somewhat of a hipster myself. ** Configurations Here is a list of my configurations for various programs: +@@html: <div class="links-page">@@ #+begin_src shell :results output raw :exports both for f in *; do @@ -25,3 +26,5 @@ done - [[file:kmonad.org][kmonad.org]] - [[file:qtile.org][qtile.org]] - [[file:qutebrowser.org][qutebrowser.org]] + +@@html: </div>@@ -- cgit