fix: builder shouldn't fail on handwritten

refactor/assets
Gabriel Horner 2024-09-25 14:34:29 -04:00
parent d4b7720573
commit 698245ede0
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@
(str (if (and (config/db-based-graph? (state/get-current-repo))
(qualified-keyword? (second clause)))
(:block/title (db/entity (second clause)))
(name (second clause)))
(some-> (second clause) name))
": "
(cond
(and (vector? (last clause)) (= :page-ref (first (last clause))))