Update docs

This commit is contained in:
Scott Walkinshaw
2012-09-19 14:38:13 -04:00
parent b61a3b0285
commit 38a51d06ec
3 changed files with 10 additions and 17 deletions

View File

@@ -19,10 +19,16 @@ The `content-page.php` template is included by page templates in the theme root.
The `content-single.php` template is included by single post templates in the theme root.
### entry-meta.php
`entry-meta.php` displays the author byline, post time, and date information.
### footer.php
`footer.php` includes the Footer sidebar area and displays the site copyright information.
Also included is the [asynchronous Google Analytics snippet](http://mathiasbynens.be/notes/async-analytics-snippet) from HTML5 Boilerplate if an ID is defined in `config.php`.
### head.php
`head.php` includes everything in the `<head>`.
@@ -45,4 +51,4 @@ The `content-single.php` template is included by single post templates in the th
### sidebar.php
`sidebar.php` includes the Primary Sidebar.
`sidebar.php` includes the Primary Sidebar.