docs/layouts/_default/_markup
David Karlsson 812ba366b4 hugo: fix link generation
For some inexplicable reason, the link render hook was failing, probably
caused by cases where goldmark was called recursively by shortcodes.

This change changas the render hook to use the global `pages` pointer
instead of the .Pages pointer of the render hook context. Seems to work.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 09:37:06 +02:00
..
render-blockquote.html hugo: use render hook for callouts 2024-08-16 10:28:48 +02:00
render-codeblock.html site: decrease z-index for copy button 2024-08-16 09:46:26 +02:00
render-heading.html fix: pass heading text through md renderer 2024-05-06 17:36:56 +02:00
render-image.html hugo: fix invalid image refs for section pages 2024-07-09 16:32:10 +02:00
render-link.html hugo: fix link generation 2024-08-22 09:37:06 +02:00