Merge pull request #538 from lchski/lchski-readme-trailing-slash

Add trailing slash to `layouts` in readme.
This commit is contained in:
Konstantin Obenland 2014-07-02 12:20:29 -07:00
commit b0e25cfea5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s
* Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication.
* Some small tweaks in `inc/extras.php` that can improve your theming experience.
* A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`.
* 2 sample CSS layouts in `layouts` for a sidebar on either side of your content.
* 2 sample CSS layouts in `layouts/` for a sidebar on either side of your content.
* Smartly organized starter CSS in `style.css` that will help you to quickly get your design off the ground.
* Licensed under GPLv2 or later. :) Use it to make something cool.