Jekyll; progresses on #108

This commit is contained in:
Henrique Dias
2017-08-10 12:18:51 +01:00
parent e533a3aa6e
commit fe80e98f85
8 changed files with 638 additions and 286 deletions

View File

@@ -221,6 +221,7 @@ func checkFS(path string) (int, error) {
return http.StatusInternalServerError, err
}
return 0, nil
}
if !info.IsDir() {