











Is the current implementation of related posts not working when it comes to fragments and headings? It seems to work for exact match headings but not single word matching. ie: \# Summary \# Summary would match, but: \# Awesome Topic \# Super Topic Doesn’t match on the word Topic or at all since it’s not an exact match on the whole heading. I’ve found a workaround using GPT: {{ $currentPage := . }} {{ $currentWords := slice }} {{/* 1. Extract and tokenize heading words from current pag...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。