diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-28 23:08:02 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-28 23:08:02 +0000 |
| commit | f849601778a9aacb42a37952cb6578cc2d9d910a (patch) | |
| tree | 4b897e30e78f1c583d2b72507d076d933e4fe08d /source/_categories/php.md | |
| parent | a95a53491467758c1fc0ebb3840b0e51a79b42f8 (diff) | |
Allow category name to be independant of slug
Diffstat (limited to 'source/_categories/php.md')
| -rw-r--r-- | source/_categories/php.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 +--- |
