about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ennum.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ennum.el b/ennum.el
index bcc9019..0619e04 100644
--- a/ennum.el
+++ b/ennum.el
@@ -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)))