summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/soupault.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-09-02 00:03:40 +0200
committerThomas Letan <lthms@soap.coffee>2020-09-02 00:03:40 +0200
commit37086ad1121212347ca32acc233ab14cce0c12e7 (patch)
treebb868ef67e8c373b977cfd6ca995ee975fcc8f05 /site/cleopatra/soupault.org
parentIntroducing the Opinions page (diff)
Knitting is a thing now
Diffstat (limited to 'site/cleopatra/soupault.org')
-rw-r--r--site/cleopatra/soupault.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/cleopatra/soupault.org b/site/cleopatra/soupault.org
index 2c3eb4e..d86c5d1 100644
--- a/site/cleopatra/soupault.org
+++ b/site/cleopatra/soupault.org
@@ -173,6 +173,7 @@ behavior. For now, only ~<a>~ has been affected.
#+BEGIN_SRC lua :tangle plugins/fix-org-urls.lua
fix_org_urls(HTML.select(page, "a"), "href")
+fix_org_urls(HTML.select(page, "img"), "src")
#+END_SRC
The configuration of this plugin, and the associated widget, is straightforward.