Skip to content

Commit 70eb5f5

Browse files
committed
修改README格式
1 parent b4bd7df commit 70eb5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_index.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function generate_links()
4242
if [[ -n "$modify_date" ]];then # 没有修改日期的文件没有纳入仓库中,不予统计
4343
postname=$(basename $post)
4444
url="$(grep '^#+URL:' ${post} |sed 's/^#+URL: *//')"
45-
echo "+ [[https://github.com/lujun9972/emacs-document/blob/master/$post][$postname]] [[${url}][原文地址]] <$modify_date>"
45+
echo "+ [[https://github.com/lujun9972/emacs-document/blob/master/$post][$postname]] <$modify_date> [[${url}][原文地址]]"
4646
fi
4747
done|sort -k 2
4848
IFS=$old_ifs

0 commit comments

Comments
 (0)