diff options
Diffstat (limited to 'ennum.el')
-rw-r--r-- | ennum.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ non-nil, include directories in the output." (insert (format "#+LANGUAGE: %s\n" tongue)) (insert "#+OPTIONS: num:nil toc:nil\n\n") (seq-do (lambda (post) - (insert (format "* [[post:%s]]\n" (ennum-post-slug post))) + (insert (format "* [[post:%s][%s]]\n" (ennum-post-slug post))) (insert (format-time-string "/%b %e, %Y/\n\n" (ennum-post-date post))) (when-let ((thumbnail (ennum-post-thumbnail post))) (insert (format "[[thumbnail:%s]]\n\n" thumbnail))) |