diff options
Diffstat (limited to 'source/_categories')
| -rw-r--r-- | source/_categories/mysql.md | 4 | ||||
| -rw-r--r-- | source/_categories/php.md | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/source/_categories/mysql.md b/source/_categories/mysql.md new file mode 100644 index 0000000..9d40511 --- /dev/null +++ b/source/_categories/mysql.md @@ -0,0 +1,4 @@ +--- +extends: _layouts.category +description: All the MySql posts +--- diff --git a/source/_categories/php.md b/source/_categories/php.md new file mode 100644 index 0000000..7efa7fd --- /dev/null +++ b/source/_categories/php.md @@ -0,0 +1,4 @@ +--- +extends: _layouts.category +description: All the PHP posts +--- |
