diff --git a/index.html b/index.html index 21fdb5b..099cf89 100644 --- a/index.html +++ b/index.html @@ -438,7 +438,7 @@ function renderAllView(main) { for (const item of items) { html += '
' + item.title + '
'; html += '
' + item.desc + '
'; - html += '
' + section.dir + '' + item.date + '
'; + html += '
' + item.date + '
'; } html += ''; }