We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bd7df commit 70eb5f5Copy full SHA for 70eb5f5
generate_index.sh
@@ -42,7 +42,7 @@ function generate_links()
42
if [[ -n "$modify_date" ]];then # 没有修改日期的文件没有纳入仓库中,不予统计
43
postname=$(basename $post)
44
url="$(grep '^#+URL:' ${post} |sed 's/^#+URL: *//')"
45
- echo "+ [[https://github.com/lujun9972/emacs-document/blob/master/$post][$postname]] [[${url}][原文地址]] <$modify_date>"
+ echo "+ [[https://github.com/lujun9972/emacs-document/blob/master/$post][$postname]] <$modify_date> [[${url}][原文地址]]"
46
fi
47
done|sort -k 2
48
IFS=$old_ifs
0 commit comments