summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-08-16 22:32:26 +0200
committerMartin Fischer <martin@push-f.com>2025-08-16 22:32:26 +0200
commit0417a92524d58685b328a6cfa650d06e931ad054 (patch)
treebc47699fa047ea61f3152fd66ad6bc690ffcd02c /README.md
parent11233950545b600f3925f4c81768ed6270dc06ca (diff)
fix: remove render image hook breaking Markdown attrs for images
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b231275..745f0e0 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ Tastefejl is a fork of the [Typo] Hugo theme, with the following changes:
* Replaced the default footer saying *Powered by Hugo and tomfran/typo* with `<meta name=generator>` tags because nobody cares.
+* Removed the render image hook that broke Markdown attributes for images (can be enabled with `markup.goldmark.parser.attribute.block = true`).
+
* Removed [Simple Icons] because I don't want to plaster brands on my website and at one point a 50MB .html file was committed
(I filtered the git history to reduce the size of the repository.)