mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
Changes
Make HTMLy more flexibel.
This commit is contained in:
parent
c7bf485275
commit
095cfee286
17 changed files with 329 additions and 194 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
<div class="social"><?php echo social() ?></div>
|
||||
<div class="menu"><?php echo menu() ?></div>
|
||||
<div class="recent"><h3>Recent Posts</h3><?php echo recent() ?></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="tagcloud"><h3>Tags</h3><?php echo tag_cloud() ?></div>
|
||||
<div class="copyright"><?php echo copyright() ?></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue