ソースを参照

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]
     %>