浏览代码

Update website/themes/uppy/layout/post.ejs

Kevin van Zonneveld 6 年之前
父节点
当前提交
2fcf922cc7
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      website/themes/uppy/layout/post.ejs

+ 0 - 3
website/themes/uppy/layout/post.ejs

@@ -43,9 +43,6 @@
             authors = [ page.author ]
         }
 
-        console.log(authors)
-        
-
         for (var i in authors) {
             var author = authors[i]
     %>