Happy New Year!

The ported version of Twenty Fifteen and Twenty Sixteen include with the
package. Maintenance and bugs fixes.
This commit is contained in:
Danang Probo Sayekti 2016-01-01 22:10:52 +07:00
commit a273a4faf7
72 changed files with 17132 additions and 30 deletions

View file

@ -34,6 +34,7 @@
<div class="menu"><?php echo menu() ?></div>
<div class="recent"><h3>Recent Posts</h3><?php echo recent_posts() ?></div>
<div class="archive"><h3>Archive</h3><?php echo archive_list() ?></div>
<div class="category-list"><h3>Category</h3><?php echo category_list() ?></div>
<div class="tagcloud"><h3>Tags</h3><?php echo tag_cloud() ?></div>
<div class="copyright"><?php echo copyright() ?></div>
</aside>