content(resources): clean up placeholder resources

This commit is contained in:
Jean-Philippe Sirois
2020-01-27 02:00:54 -05:00
parent 12877969fc
commit 6906bc2967
4 changed files with 0 additions and 31 deletions
-15
View File
@@ -1,15 +0,0 @@
---
authors:
- "Xetera#0001"
date: 2019/06/26
title: Some Python Article
---
## Python
This is a placeholder post
```py
def test():
return "Hello world"
```